pub type BackendResult<T> = Result<T, BackendError>;
Expand description

The type alias used for backends