pub type BoxedHandler<'a> = Box<dyn FnMut(&dyn Target, Status, OldStatus, Option<CheckTargetError>) + Send + 'a>;
Expand description

Type containing a boxed trait object implementing FnMut that is called with each async check.