Type Alias AttrString
pub type AttrString = SmartString<LazyCompact>;Expand description
A convenience alias for a [LazyCompact] layout [SmartString].
Just pretend it’s a String!
Aliased Type§
pub struct AttrString { /* private fields */ }Trait Implementations§
Source§impl From<EntryClass> for AttrString
impl From<EntryClass> for AttrString
Source§fn from(val: EntryClass) -> Self
fn from(val: EntryClass) -> Self
Converts to this type from the input type.