Struct process_results::errors::Ignore [−][src]
pub struct Ignore;
Expand description
A unit type that implements ErrorCollector. Ignores all errors and runs the iterator to
completion
Trait Implementations
type Collection = Infallible
type Collection = Infallible
The type to be returned after the iteration has been stopped
Processes an error. Returns an ControlFlow type indicating whether the iteration shall stop
or not. Read more
Returns Ok(val) if the iteration run to completion, or an error collection of type
Self::Collection if error(s) were encountered. Read more
Auto Trait Implementations
impl RefUnwindSafe for Ignore
impl UnwindSafe for Ignore
Blanket Implementations
Mutably borrows from an owned value. Read more