Trait spaceapi_server::sensors::ErrorDisplay []

pub trait ErrorDisplay {
    fn error_fmt(&self, _: &mut Formatter) -> Result<(), Error>;
}

Required Methods

Implementors