Skip to main content

SvgGraphicsElement

Trait SvgGraphicsElement 

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

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> SvgGraphicsElement<State, Action> for T
where T: SvgElement<State, Action>, T::DomNode: AsRef<SvgGraphicsElement>,