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

pub fn change<F, H>(f: F) -> Change<H> where
    F: Fn(&H, &H) -> bool + 'static, 

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