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

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

Variants