pub type Result<T, E = SystemError> = Result<T, E>;Expand description
Type alias for the return type for run methods.
Aliased Type§
pub enum Result<T, E = SystemError> {
Ok(T),
Err(E),
}pub type Result<T, E = SystemError> = Result<T, E>;Type alias for the return type for run methods.
pub enum Result<T, E = SystemError> {
Ok(T),
Err(E),
}