Trait spaceapi_server::sensors::ErrorDescription [] [src]

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

Required Methods

fn error_desc(&self) -> &'a str

Implementors