pub type StdImmutableString = ImmutableString<StdAllocator>;Available on crate feature
std only.Expand description
The alias for StdImmutableString with [StdAllocator].
Aliased Typeยง
pub struct StdImmutableString { /* private fields */ }