pub fn modifier_element<E: ModifierNodeElement>(
element: E,
) -> DynModifierElementExpand description
Convenience helper for callers to construct a type-erased modifier element without having to mention the internal wrapper type.
pub fn modifier_element<E: ModifierNodeElement>(
element: E,
) -> DynModifierElementConvenience helper for callers to construct a type-erased modifier element without having to mention the internal wrapper type.