Type Alias BackendError

Source
pub type BackendError = Arc<dyn Error + Send + Sync + 'static>;
Expand description

An error that can occur from the backend.

Aliased Typeยง

pub struct BackendError { /* private fields */ }