pub fn cast_spell_inner<S: SpellAssociatedNew>(
waywindow: S,
) -> Result<(), Box<dyn Error>>Expand description
event loop function internally used by cast_spell for single widget setups.
Not to be used by end user,
pub fn cast_spell_inner<S: SpellAssociatedNew>(
waywindow: S,
) -> Result<(), Box<dyn Error>>event loop function internally used by cast_spell for single widget setups.
Not to be used by end user,