pub trait Error: Error + Send + Sync + 'static { }

Implementors