Trait spaceapi_server::sensors::ErrorCause[]

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

Required Methods

Implementations on Foreign Types

impl<'a> ErrorCause<'a> for (&'a SensorError, &'a String)

impl<'a> ErrorCause<'a> for (&'a SensorError, &'a RedisError)

impl<'a> ErrorCause<'a> for (&'a SensorError, &'a GetTimeout)

Implementors