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