Trait tor_rtcompat::testing__::TestOutcome [−][src]
pub trait TestOutcome {
fn check_ok(&self);
}Expand description
A trait for an object that might represent a test failure.
pub trait TestOutcome {
fn check_ok(&self);
}A trait for an object that might represent a test failure.