[][src]Type Definition combine::parser::combinator::FnOpaque

type FnOpaque<Input, O, S = ()> = Opaque<fn(_: &mut dyn FnMut(&mut dyn Parser<Input, Output = O, PartialState = S>)), Input, O, S>;

Alias over Opaque where the function can be a plain function pointer (does not need to capture any values)