wrap

Function wrap 

Source
pub fn wrap<I, F, O>(f: F) -> impl FnMut(I) -> Res<I, O>
where I: Span, F: FnMut(I) -> Res<I, O> + Copy,