winnow::combinator

Type Alias Recognize

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

Replaced with Take

Aliased Typeยง

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