[][src]Function combinedfun::f

pub fn f<I, O, E>(func: fn(_: I) -> Result<(I, O), E>) -> FnParser<I, O, E>

Creates an FnParser from a function.