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

Source§

fn from(val: Attribute) -> Self

Converts to this type from the input type.
Source§

impl From<SubAttribute> for AttrString

Source§

fn from(val: SubAttribute) -> Self

Converts to this type from the input type.