pub trait ToJs<JsType>: UseInJsCodewhere
JsType: ?Sized,{ }Expand description
Values that can be serialized to JS code satisfying certain types.
For example, ToJs<JsNumber> means serializable to the same type that
JsNumber serializes to.
pub trait ToJs<JsType>: UseInJsCodewhere
JsType: ?Sized,{ }Values that can be serialized to JS code satisfying certain types.
For example, ToJs<JsNumber> means serializable to the same type that
JsNumber serializes to.