Struct test::TestDescAndFn [] [src]

pub struct TestDescAndFn {
    pub desc: TestDesc,
    pub testfn: TestFn,
}

Fields

Trait Implementations

impl Debug for TestDescAndFn
[src]

Formats the value using the given formatter.