gumbo_lib::view

Function render

Source
pub async fn render<V, VM, E>(args: VM) -> Result<HttpResponse, E>
where V: BaseComponent + BaseComponent<Properties = VM>, VM: Send + 'static,
Expand description

Render a Yew view to send out in an Actix Response