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