Module convert
Available on crate feature
turso only.Expand description
Conversions between turso rows/values and finmqtt types, plus error helpers shared across the turso backend.
Functionsยง
- invalid_
data ๐ - Builds an
io::ErrorKind::InvalidDataerror for a malformed stored row. - packet_
id_ ๐param - Single-column bind parameters for a statement keyed on a packet id.
- packet_
id_ ๐value - The integer column value for a packet id.
- row_
blob ๐ - row_i64 ๐
- row_
opt_ ๐u32 - row_
packet_ ๐id - row_
text ๐ - row_u8 ๐
- row_
value ๐ - to_io ๐
- Maps a turso error to an
io::Error.