Type Alias distance_oracle::runtime::utility::events::dispatched_as::Result
source · pub type Result = Result<(), DispatchError>;
Aliased Type§
enum Result {
Ok(()),
Err(DispatchError),
}