pub type FosterByteStrVector = Foster<Vec<ByteStr>, &'static [&'static str]>;Expand description
Aliased Type§
enum FosterByteStrVector {
Owned(Vec<ByteStr>),
Fostered(&'static [&'static str]),
}Variants§
Trait Implementations§
Source§impl Hash for FosterByteStrVector
impl Hash for FosterByteStrVector
Source§impl<'own> IntoIterator for &'own FosterByteStrVector
impl<'own> IntoIterator for &'own FosterByteStrVector
Source§impl IntoOwned for FosterByteStrVector
impl IntoOwned for FosterByteStrVector
Source§fn into_owned(self) -> Self
fn into_owned(self) -> Self
Into owned.