Module convert
Source - 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.
- 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.