Skip to main content

CheckFn

Type Alias CheckFn 

Source
pub type CheckFn = dyn Fn(&Doc) -> WriteReport + Send + Sync;
Expand description

Doc -> WriteReport check callable; simulates a write without producing output.