pub type StateResult<T> = Result<T, DistributedStateError>;Expand description
Result type for distributed state operations
Aliased Type§
pub enum StateResult<T> {
Ok(T),
Err(DistributedStateError),
}pub type StateResult<T> = Result<T, DistributedStateError>;Result type for distributed state operations
pub enum StateResult<T> {
Ok(T),
Err(DistributedStateError),
}