pub type BackendResult<T> = Result<T, BackendError>;Expand description
Result type for backend operations.
Aliased Type§
pub enum BackendResult<T> {
Ok(T),
Err(BackendError),
}pub type BackendResult<T> = Result<T, BackendError>;Result type for backend operations.
pub enum BackendResult<T> {
Ok(T),
Err(BackendError),
}