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

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