wrap

Function wrap 

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