Struct test::TestDescAndFn[][src]

pub struct TestDescAndFn {
    pub desc: TestDesc,
    pub testfn: TestFn,
}
🔬 This is a nightly-only experimental API. (test)

Fields

🔬 This is a nightly-only experimental API. (test)
🔬 This is a nightly-only experimental API. (test)

Trait Implementations

impl Debug for TestDescAndFn
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TestDescAndFn

impl !Sync for TestDescAndFn