Type Alias winnow::combinator::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 */ }