[−][src]Trait ops_core::Checker
An interface for something that can be periodically checked.
Required methods
fn check(&self) -> CheckResponse
Runs the check and returns a CheckResponse
.
An interface for something that can be periodically checked.
fn check(&self) -> CheckResponse
Runs the check and returns a CheckResponse
.