pub trait AnyOf<I, O, E, R> {
// Required method
fn apply_any_of(&mut self, input: I) -> Result<R, O, E>;
}Expand description
any_of implementation detail
Required Methods§
Sourcefn apply_any_of(&mut self, input: I) -> Result<R, O, E>
fn apply_any_of(&mut self, input: I) -> Result<R, O, E>
Process the input