mm1_common/
types.rs

1
2
3
pub type Never = std::convert::Infallible;
pub type AnyError = Box<dyn std::error::Error + Send + Sync + 'static>;
pub use std::error::Error as StdError;