pub type PatternHook = Box<dyn Fn(&InteractContext<'_>) -> InteractAction + Send + Sync>;Expand description
Type alias for pattern hook callbacks.
Aliased Typeยง
pub struct PatternHook(/* private fields */);pub type PatternHook = Box<dyn Fn(&InteractContext<'_>) -> InteractAction + Send + Sync>;Type alias for pattern hook callbacks.
pub struct PatternHook(/* private fields */);