pub type TireaResult<T> = Result<T, TireaError>;Expand description
Result type alias for tirea-state operations.
Aliased Type§
pub enum TireaResult<T> {
Ok(T),
Err(TireaError),
}pub type TireaResult<T> = Result<T, TireaError>;Result type alias for tirea-state operations.
pub enum TireaResult<T> {
Ok(T),
Err(TireaError),
}