InnerZ80Span

Type Alias InnerZ80Span 

Source
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 ParserContext

User-provided state

Trait Implementations§

Source§

impl From<Z80Span> for InnerZ80Span

Source§

fn from(val: Z80Span) -> Self

Converts to this type from the input type.