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