[go: up one dir, main page]

Module convert

Module convert 

Source

Structs§

BigInt64Array
BigUint64Array
Int32Array
Number
Marks a numeric type as being serialized as a v8 number in a v8::Number.
OptionNull
A wrapper type for Option<T> that (de)serializes None as null
OptionUndefined
A wrapper type for Option<T> that (de)serializes None as undefined
Smi
Marks a numeric type as being serialized as a v8 smi in a v8::Integer.
Uint8Array
Uint16Array
Uint32Array

Traits§

FromV8
A conversion from a v8 value to a rust value.
Numeric
A trait for types that can represent a JS number.
SmallInt
A trait for types that can represent a JS smi.
ToV8
A conversion from a rust value to a v8 value.