Structs§
- Deserializer
- A structure that deserializes
SQLite
JSONB data into Rust values. - Serializer
Enums§
- Error
- An error that can be produced during parsing.
Functions§
- from_
reader - Deserialize an instance of type
T
from a byte slice ofSQLite
JSONB data. - from_
slice - Deserialize an instance of type
T
from a byte slice ofSQLite
JSONB data. - to_vec
- Serialize a value into a JSONB byte array