pub(crate) type Stream<'i> = LocatingSlice<&'i str>;
pub(crate) struct Stream<'i> { /* private fields */ }