pub type Result<T> = Result<T, RuntimeError>;Expand description
Convenience alias used throughout the crate.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(RuntimeError),
}pub type Result<T> = Result<T, RuntimeError>;Convenience alias used throughout the crate.
pub enum Result<T> {
Ok(T),
Err(RuntimeError),
}