Trait hash_trie::traits::AsUsize[][src]

pub trait AsUsize {
    fn as_usize(&self) -> usize;
}
Expand description

AsUsize supports conversion to usize for values within the word’s index range.

Required methods

Simply cast or convert the value to a usize.

Implementations on Foreign Types

Implementors