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

Implementors§