pub trait RenderIntoDom {
    fn render_into_dom(self, dom_element: &Element);
}

Required methods

Implementors