Type Alias kanidmd_lib::prelude::AttrString
pub type AttrString = SmartString<LazyCompact>;
Expand description
A convenience alias for a [LazyCompact
] layout [SmartString
].
Just pretend it’s a String
!
Aliased Type§
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.