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