pub trait DupTable: Table { }Expand description
Dup(licate key) tables allow us to have a subkey.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait DupTable: Table { }Dup(licate key) tables allow us to have a subkey.
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".