pub trait ToJsString<'a> { // Required method fn to_js_string(&self) -> Option<Cow<'a, str>>; }
ToString
https://tc39.es/ecma262/#sec-tostring