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