pub type Errors = Option<fn(&dyn Error)>;
pub enum Errors { None, Some(fn(&dyn Error)), }
No value.
Some value of type T.
T