Type Definition nombine::NomParser[][src]

type NomParser<I, O, E> = fn(_: I) -> Result<(I, O), Err<I, E>>;