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.

Required methods

Abort if the test has failed.

Implementations on Foreign Types

Implementors