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