winnow::combinator

Type Alias WithRecognized

Source
pub type WithRecognized<F, I, O, E> = WithTaken<F, I, O, E>;
๐Ÿ‘ŽDeprecated since 0.6.14: Replaced with WithTaken
Expand description

Replaced with WithTaken

Aliased Typeยง

struct WithRecognized<F, I, O, E> { /* private fields */ }