Trait papito_dom::Render [] [src]

pub trait Render {
    fn render(&self) -> VNode;
}

Required Methods

Implementors