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 of SQLite JSONB data. - from_
slice - Deserialize an instance of type
T
from a byte slice of SQLite JSONB data. - to_vec
- Serialize a value into a JSONB byte array