[][src]Trait ss_web_utils::js::Handler

pub trait Handler<Msg> {
    fn handler(&self, event: JsValue) -> Msg;
}

Required methods

fn handler(&self, event: JsValue) -> Msg

Loading content...

Implementors

Loading content...