Type Definition fif::String [−][src]
pub type String = SmartString<LazyCompact>;Expand description
On most architectures, this is a type alias for SmartString. However, on architectures
unsupported by smartstring, this
is simply an alias to std::string::String.
A convenience alias for a LazyCompact layout SmartString.
Just pretend it’s a String!
