Trait parsell::StatefulInfer
[−]
[src]
pub trait StatefulInfer<Ch, Str>: HasOutput<Ch, Str> + Stateful<Ch, Str, Self::Output> { }
A trait for stateful parsers which can infer their output type from their input types.