Skip to main content

OnRun

Type Alias OnRun 

Source
pub type OnRun = Box<dyn Fn(EnvRun) -> Pin<Box<dyn Future<Output = TestsResult<()>> + Send>> + Send + Sync>;
Expand description

Per-test callback: runs before each test() call.

Aliased Typeยง

pub struct OnRun(/* private fields */);