Trait eytzinger_map::AsSlice[][src]

pub trait AsSlice {
    type Key: Ord;
    type Value;
    fn as_slice<'a>(&'a self) -> &'a [(Self::Key, Self::Value)];
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors