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