pub trait Indexable {
type Type: PartialOrd + Ord + Send + Sync + Debug;
// Required method
fn to_indexes(&self) -> Vec<Index<Self::Type>>;
}Expand description
Indexable trait
Required Associated Types§
Required Methods§
Sourcefn to_indexes(&self) -> Vec<Index<Self::Type>>
fn to_indexes(&self) -> Vec<Index<Self::Type>>
To indexes