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

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