Trait parsell::UncommittedInfer [] [src]

pub trait UncommittedInfer<Ch, Str>: HasOutput<Ch, Str> + Uncommitted<Ch, Str, Self::Output> { }

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

Implementors