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

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