pub type LinkMatcherHandlerFn = Arc<Box<dyn Fn(Modifiers, &str)>>;

Aliased Type§

struct LinkMatcherHandlerFn { /* private fields */ }