Skip to main content

LabelFn

Type Alias LabelFn 

Source
pub type LabelFn<C> = dyn Fn(&C) -> Option<NodeLabel> + Send + Sync;
Expand description

The type of the SimpleLanguage::label_fn hook.