pub type TestFn = Box<dyn FnOnce(&mut TestContext) -> TestResult + Send + 'static>;Aliased Typeยง
pub struct TestFn(/* private fields */);pub type TestFn = Box<dyn FnOnce(&mut TestContext) -> TestResult + Send + 'static>;pub struct TestFn(/* private fields */);