Struct gluon_parser::infix::Reparser[][src]

pub struct Reparser<'s, Id: 's> { /* fields omitted */ }

Methods

impl<'s, Id> Reparser<'s, Id>
[src]

Trait Implementations

impl<'a, 's, Id> MutVisitor<'a> for Reparser<'s, Id> where
    Id: Eq + Hash + AsRef<str> + Debug + 'a, 
[src]

Auto Trait Implementations

impl<'s, Id> !Send for Reparser<'s, Id>

impl<'s, Id> !Sync for Reparser<'s, Id>