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