[][src]Function sauron::html::events::onhashchange

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