Trait cl_structures::index_map::MapIndex
source · pub trait MapIndex: Debug {
// Required methods
fn from_usize(value: usize) -> Self;
fn get(&self) -> usize;
}
Expand description
Required Methods§
sourcefn from_usize(value: usize) -> Self
fn from_usize(value: usize) -> Self
Object Safety§
This trait is not object safe.