[][src]Trait janus::Statuser

pub trait Statuser {
    type Error: Error + Send + Sync + 'static;
    fn status(&self) -> Result<(), Self::Error>;
}

Checks the status of an adapter.

Associated Types

type Error: Error + Send + Sync + 'static

The type of Error that the acknowledgment handler will produce when it fails.

Loading content...

Required methods

fn status(&self) -> Result<(), Self::Error>

Determines the status of the adapter.

Loading content...

Implementors

Loading content...