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

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.