Module str
script_
bindings
0.0.1
Module str
Module Items
Structs
Functions
In crate script_
bindings
Modules
callback
codegen
constant
constructor
conversions
error
finalize
guard
import
inheritance
interface
interfaces
iterable
like
lock
mem
namespace
num
principals
proxyhandler
realms
record
reflector
root
script_runtime
settings_stack
str
trace
utils
weakref
Traits
DomTypes
script_bindings
Module
str
Copy item path
Settings
Help
Summary
Source
Expand description
The
ByteString
struct.
Structs
§
Byte
String
Encapsulates the IDL
ByteString
type.
DOMString
A DOMString.
USVString
A string that is constructed from a UCS-2 buffer by replacing invalid code points with the replacement character.
Functions
§
is_
token
Returns whether
s
is a
token
, as defined by
RFC 2616
.