pub trait Error { // Required methods fn name(&self) -> &'static str; fn msg(&self) -> Option<String>; }