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 */ }

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.