Trait plaster::html::Renderable

source ·
pub trait Renderable<COMP: Component> {
    fn view(&self) -> Html<COMP>;
}
Expand description

Should be rendered relative to context and component environment.

Required Methods

Called by rendering loop.

Trait Implementations

Converts to this type from the input type.

Implementors