Trait sid::FromIndex [] [src]

pub trait FromIndex {
    fn from_index(idx: usize) -> Self;
}

Required Methods

Implementors