pub trait Error: Send + 'static { }
Expand description

Autotrait that constraints the kind of errors that can be returned by a crate::Processor. not ment to be implemented manually

Implementors