pub type InputSource<'i> = LocatingSlice<&'i str>;
pub struct InputSource<'i> { /* private fields */ }