Type Definition kstring::backend::RcStr

source · []
pub type RcStr = Rc<str>;
Expand description

O(1) clones

Trait Implementations