Trait persy::IndexType[][src]

pub trait IndexType: Display + IndexOrd + Clone + IndexSerialization {
    type Wrapper: WrapperType<Self>;
    fn get_id() -> u8;
fn get_type_id() -> IndexTypeId; }
Expand description

Trait implemented by all supported types in the index

Associated Types

Required methods

Implementations on Foreign Types

Implementors