pub trait ToArgs { type JsValue: AsRef<JsValue>; // Required method fn to_args(self) -> Self::JsValue; }