Skip to main content

BoxedStr

Type Alias BoxedStr 

Source
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 */ }