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

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