Trait parsell::CommittedInfer [] [src]

pub trait CommittedInfer<Ch, Str>: HasOutput<Ch, Str> + Committed<Ch, Str, Self::Output> { }

A trait for committed parsers which can infer their output type from their input types.

Implementors