Trait spaceapi_server::sensors::ErrorCause []

pub trait ErrorCause<'a> {
    fn error_cause(&self) -> Option<&'a Error>;
}

Required Methods

Implementors