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

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