pub trait IndexToUsize {
    fn negative_to_usize(self, index: usize) -> Option<usize>;
}

Required Methods§

Translate the negative index to an offset.

Implementations on Foreign Types§

Implementors§