Trait smartstring::SmartStringMode
source · [−]pub trait SmartStringMode {
type BoxedString: BoxedString + From<String>;
type InlineArray: AsRef<[u8]> + AsMut<[u8]> + Clone + Copy;
const DEALLOC: bool;
}Expand description
Marker trait for SmartString representations.
See LazyCompact and Compact.
Associated Types
type BoxedString: BoxedString + From<String>
type BoxedString: BoxedString + From<String>
The boxed string type for this layout.