Crate include_js_core[][src]

Structs

Wrapper around str that ensures it contains syntactically valid Javascript. This is the borrowed version of JSString so &JSStr is to JSString what &str is to String

Wrapper around String that ensures it contains syntactically valid Javascript. See docs for JSStr for more info.

Traits

Type Definitions