pub trait TestTermination {
    fn is_success(&self) -> bool;
}

Required Methods

Implementations on Foreign Types

Implementors