pub type RuntimeResult<T> = Result<T, RuntimeError>;Expand description
A Result type used by the Runtime
Aliased Type§
pub enum RuntimeResult<T> {
Ok(T),
Err(RuntimeError),
}pub type RuntimeResult<T> = Result<T, RuntimeError>;A Result type used by the Runtime
pub enum RuntimeResult<T> {
Ok(T),
Err(RuntimeError),
}