[][src]Trait nom_packrat::HasExtraState

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

Required methods

pub fn get_extra_state(&self) -> T[src]

Loading content...

Implementations on Foreign Types

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

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

impl<T> HasExtraState<()> for LocatedSpanEx<T, ()>[src]

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

impl<T> HasExtraState<()> for LocatedSpan<T, ()>[src]

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

Loading content...

Implementors

Loading content...