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