Function topdown::wrapper::wrap [] [src]

pub fn wrap<F, T>(f: F) -> FunctionWrapper<F, T> where
    F: Fn(&mut CharSeq) -> ParserResult<T>,