Type Alias BoxStr

Source
pub type BoxStr = Box<str>;

Aliased Typeยง

struct BoxStr(/* private fields */);