[][src]Function sauron_core::dom::events::on_hashchange

pub fn on_hashchange<CB, MSG>(cb: CB) -> Attribute<MSG> where
    CB: Fn(HashChangeEvent) -> MSG + 'static,
    MSG: 'static, 

attach an on_hashchange event to the html element