Type Alias EditTerminals
pub type EditTerminals = Box<dyn FnMut(&mut TerminalDef) + Send>;Expand description
The edit_terminals hook: run over every compiled TerminalDef between
compile and the priority transform. Boxed + Send so
LarkOptions stays Send.
Aliased Typeยง
pub struct EditTerminals(/* private fields */);