Trait StoreSlice
trait StoreSlice<K: ?Sized, V: ?Sized>: Store<K, V>
Associated Types
type Slice: TraitBound { trait_: Path { path: "Sized", id: Id(6), args: None }, generic_params: [], modifier: Maybe }
Required Methods
fn lm_get_range(self: &Self, range: Range<usize>) -> Option<&<Self as >::Slice>
Implementors
impl<K, V> StoreSlice for Vec<(K, V)>impl<K, V> StoreSlice for &[(K, V)]