Trait sid_vec::Identifier [] [src]

pub trait Identifier: Copy + FromIndex + ToIndex + PartialEq {
    type Handle: IntegerHandle;
    type Unit;
}

Associated Types

Implementors