[][src]Trait nom_packrat::HasExtraState

pub trait HasExtraState<T> {
    fn get_extra_state(&self) -> T;
}

Required methods

fn get_extra_state(&self) -> T

Loading content...

Implementations on Foreign Types

impl<'_> HasExtraState<()> for &'_ str[src]

impl<'_> HasExtraState<()> for &'_ [u8][src]

impl<T, U, V> HasExtraState<T> for LocatedSpanEx<U, V> where
    V: HasExtraState<T>, 
[src]

Loading content...

Implementors

Loading content...