pub type Result<T, ERR = SimErrorAny> = Result<T, ERR>;Aliased Type§
pub enum Result<T, ERR = SimErrorAny> {
Ok(T),
Err(ERR),
}pub type Result<T, ERR = SimErrorAny> = Result<T, ERR>;pub enum Result<T, ERR = SimErrorAny> {
Ok(T),
Err(ERR),
}