Struct test::TestDescAndFn [] [src]

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

Fields

desc: TestDesc testfn: TestFn

Trait Implementations

impl Debug for TestDescAndFn
[src]

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

Formats the value using the given formatter.