Skip to main content

Str

Type Alias Str 

Source
pub type Str<I> = Slice<I, str>;
Expand description

Convenience type alias for a Slice that is backed by a str.

Aliased Typeยง

pub struct Str<I> { /* private fields */ }