Struct test::TestDescAndFnUnstable [-] [+] [src]

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

Fields

desc
testfn

Trait Implementations

Derived Implementations

impl Debug for TestDescAndFn

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