Struct topdown::wrapper::FunctionWrapper [] [src]

pub struct FunctionWrapper<F, T> { /* fields omitted */ }

Trait Implementations

impl<F, T> Parser<T> for FunctionWrapper<F, T> where
    F: Fn(&mut CharSeq) -> ParserResult<T>, 
[src]

impl<F, T> ParserHook for FunctionWrapper<F, T> where
    F: Fn(&mut CharSeq) -> ParserResult<T>, 
[src]