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