Enum cargo::util::errors::Test [] [src]

pub enum Test {
    Multiple,
    Doc,
    UnitTest(TargetKindString),
}

Variants

Trait Implementations

impl Debug for Test
[src]

Formats the value using the given formatter.