Type Definition rustbreak::error::BackendResult
source · [−]pub type BackendResult<T> = Result<T, BackendError>;
Expand description
The type alias used for backends
pub type BackendResult<T> = Result<T, BackendError>;
The type alias used for backends