pub(crate) fn downcast_style_options_to_state_manager(
state: &mut dyn StyleOptions,
) -> &mut StateManagerExpand description
Utility function to get the StateManager from the StyleOptions trait.
This is a helper function to get the StateManager from the StyleOptions trait.