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