pub type DefaultActionHandler<F> = ActionHandler<F, BTreeMapStyleManager<Option<Visibility>>, BTreeMapStyleManager<Option<Color>>, BTreeMapStyleManager<bool>>;Expand description
Default action handler type using BTreeMap-based style managers
Aliased Typeยง
pub struct DefaultActionHandler<F> { /* private fields */ }