Stream

Type Alias Stream 

Source
pub(crate) type Stream<'i> = LocatingSlice<&'i str>;

Aliased Typeยง

pub(crate) struct Stream<'i> { /* private fields */ }