Skip to main content

DefaultActionHandler

Type Alias DefaultActionHandler 

Source
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 */ }