Trait yew::html::Renderable

source ·
pub trait Renderable<CTX, COMP: Component<CTX>> {
    fn view(&self) -> Html<CTX, 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