Home
last modified time | relevance | path

Searched defs:ConstSlice (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/zerotrie/src/builder/konst/
Dstore.rs13 pub(crate) struct ConstSlice<'a, T> { struct
16 /// The start index of the slice represented by this [`ConstSlice`]. argument
18 /// The non-inclusive end index of the slice represented by this [`ConstSlice`]. argument
22 impl<'a, T> ConstSlice<'a, T> { argument
93 impl<'a, T> From<&'a [T]> for ConstSlice<'a, T> { implementation