Crate rquickjs_serde

Crate rquickjs_serde 

Source

Modules§

de
err
ser

Structs§

Deserializer
Deserializer is a deserializer for Value values, implementing the serde::Deserializer trait.
Error
This type represents all possible errors that can occur when serializing or deserializing JS values.
Serializer
Serializer is a serializer for Value values, implementing the serde::Serializer trait.

Constants§

MAX_SAFE_INTEGER
MIN_SAFE_INTEGER

Functions§

from_value
Interpret a rquickjs::Value as an instance of type T.
to_value
Convert a T into rquickjs::Value

Type Aliases§

Result
Alias for a Result with the error type rquickjs_serde::Error.