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