Skip to main content

SvgGradientElement

Trait SvgGradientElement 

Source
pub trait SvgGradientElement<State, Action = ()>: SvgElement<State, Action, DomNode: AsRef<SvgGradientElement>> { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<State, Action, T> SvgGradientElement<State, Action> for T
where T: SvgElement<State, Action>, T::DomNode: AsRef<SvgGradientElement>,