Trait sid::Identifier

source ·
pub trait Identifier: Copy + FromUsize + ToUsize + PartialEq {
    type Handle: IntegerHandle;
    type Tag;
}

Required Associated Types§

Implementations on Foreign Types§

Implementors§