Type Definition rend3::util::typedefs::SsoString

source · []
pub type SsoString = SmartString<LazyCompact>;
Expand description

A string which uses SmallString optimization for strings shorter than 23 characters.