Structs§
- Wrapper around
str
that ensures it contains syntactically valid Javascript. This is the borrowed version ofJSString
so&JSStr
is toJSString
what&str
is toString
- Wrapper around
String
that ensures it contains syntactically valid Javascript. See docs forJSStr
for more info.