[][src]Trait ops_core::Checker

pub trait Checker: Send + Sync {
    fn check(&self) -> CheckResponse;
}

An interface for something that can be periodically checked.

Required methods

fn check(&self) -> CheckResponse

Runs the check and returns a CheckResponse.

Loading content...

Implementors

Loading content...