Skip to main content

view

Function view 

Source
pub fn view<F, H>(f: F) -> Render<H>
where F: Fn(&H) -> Html + 'static,
Expand description

Wraps f in Rc. Helps with resolving type needed for view property.