[][src]Function yew_state::component::view::view

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

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