Type Alias DeciderCallback

Source
pub type DeciderCallback = Box<dyn Fn() -> bool>;

Aliased Typeยง

struct DeciderCallback(/* private fields */);