BoxedStr

Type Alias BoxedStr 

Source
type BoxedStr = Box<str>;

Aliased Typeยง

struct BoxedStr(/* private fields */);