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<Attribute> for AttrString
impl From<Attribute> for AttrString
Source§impl From<SubAttribute> for AttrString
impl From<SubAttribute> for AttrString
Source§fn from(val: SubAttribute) -> Self
fn from(val: SubAttribute) -> Self
Converts to this type from the input type.