Skip to main content

OnLog

Type Alias OnLog 

Source
pub type OnLog = Box<dyn Fn(EnvLog) + Send + Sync>;
Expand description

Log event handler: receives structured events during test execution.

Aliased Typeยง

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