pub type BoxedStr<I> = BoxedSlice<I, str>;Expand description
Convenience type alias for a BoxedSlice that is backed by a str.
Aliased Typeยง
pub struct BoxedStr<I> { /* private fields */ }pub type BoxedStr<I> = BoxedSlice<I, str>;Convenience type alias for a BoxedSlice that is backed by a str.
pub struct BoxedStr<I> { /* private fields */ }