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