Skip to main content

DriftCallback

Type Alias DriftCallback 

Source
pub type DriftCallback = Box<dyn Fn(&[DriftResult]) + Send + Sync>;
Expand description

Callback type for drift events (Andon Cord)

Aliased Typeยง

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