Type Definition daybreak::error::BackendResult

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

The type alias used for backends