Module conversions

Module conversions 

Source

Modules§

key 🔒
value 🔒

Enums§

ConversionBehavior
Behavior for converting out-of-range integers.

Traits§

FromValue
Represents types that can be converted to from JavaScript Values.
IntoValue
Represents types that can be converted to JavaScript Values with ownership. Primarily used with dynamic dispatch and BoxedIntoValue.
ToPropertyKey
Represents types that can be converted to property keys.
ToValue
Represents types that can be converted to JavaScript Values.

Type Aliases§

BoxedIntoValue