Enum littletest::TestResult [] [src]

pub enum TestResult {
    Pass,
    Fail,
    Error,
    Skipped,
}

Variants

Trait Implementations

impl Clone for TestResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for TestResult
[src]

Formats the value using the given formatter. Read more