pub type InnerZ80Span = Stateful<LocatingSlice<&'static BStr>, &'static ParserContext>;Aliased Type§
pub struct InnerZ80Span {
pub input: LocatingSlice<&'static BStr>,
pub state: &'static ParserContext,
}Fields§
§input: LocatingSlice<&'static BStr>Inner input being wrapped in state
state: &'static ParserContextUser-provided state