Trait spaceapi_server::sensors::ErrorDescription []

pub trait ErrorDescription<'a> {
    fn error_desc(&self) -> &'a str;
}

Required Methods

Implementors