[][src]Type Definition bae_rs::modifiers::ModifierRc

type ModifierRc = Rc<dyn Modifier>;

Type alias for a Modifier wrapped in an Rc.