Struct test::TestDescAndFn [] [src]

pub struct TestDescAndFn {
    pub desc: TestDesc,
    pub testfn: TestFn,
}
Unstable (test)

Fields

desc: TestDesc
Unstable (test)
testfn: TestFn
Unstable (test)

Trait Implementations

Derived Implementations

impl Debug for TestDescAndFn
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.