Skip to main content

HtmlTableCellElement

Trait HtmlTableCellElement 

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

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