Type Definition kstring::backend::BoxedStr

source · []
pub type BoxedStr = Box<str>;
Expand description

Fast allocations, O(n) clones

Trait Implementations