[][src]Trait persy::IndexType

pub trait IndexType: Display + Sized + Ord + Clone + AddTo + IndexSerialization {
    fn get_type_id() -> u8;
}

Required methods

fn get_type_id() -> u8

Loading content...

Implementations on Foreign Types

impl IndexType for u8[src]

impl IndexType for u16[src]

impl IndexType for u32[src]

impl IndexType for u64[src]

impl IndexType for i8[src]

impl IndexType for i16[src]

impl IndexType for i32[src]

impl IndexType for i64[src]

impl IndexType for String[src]

Loading content...

Implementors

Loading content...