Skip to main content

DynModifierElement

Type Alias DynModifierElement 

Source
pub type DynModifierElement = Rc<dyn AnyModifierElement>;
Expand description

Boxed type-erased modifier element.

Aliased Typeยง

pub struct DynModifierElement { /* private fields */ }