pub type Str<I> = Slice<I, str>;
Convenience type alias for a Slice that is backed by a str.
Slice
str
pub struct Str<I> { /* private fields */ }