in src/errors.rs [27:30]
fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { write!(formatter, "{:?}", self)?; Ok(()) }