pub type BackendResult<T> = Result<T, BackendError>;Expand description
Result type returned by client backends.
Aliased Type§
pub enum BackendResult<T> {
Ok(T),
Err(BackendError),
}pub type BackendResult<T> = Result<T, BackendError>;Result type returned by client backends.
pub enum BackendResult<T> {
Ok(T),
Err(BackendError),
}