Functions§
- get_
bytes_ borrowed - Decode
BYTES(non-flexible) borrowing from the input buffer. Wire: INT32 length, thenlengthbytes. Length −1 = null (error here). - get_
compact_ bytes_ borrowed - Decode
COMPACT_BYTES(flexible) borrowing from the input buffer. - get_
compact_ nullable_ bytes_ borrowed - Decode nullable
COMPACT_BYTES(flexible) borrowing from the input buffer. - get_
compact_ nullable_ string_ borrowed - get_
compact_ string_ borrowed - Decode a
COMPACT_STRINGborrowing from the input buffer. Requires a contiguous buffer (i.e.&[u8]). - get_
nullable_ bytes_ borrowed - Decode nullable
BYTES(non-flexible) borrowing from the input buffer. - get_
nullable_ string_ borrowed - Decode a nullable
STRING(non-flexible) borrowing from the input buffer. - get_
string_ borrowed - Decode a
STRING(non-flexible) borrowing from the input buffer. Wire: INT16 length (≥0), thenlengthUTF-8 bytes. Length −1 = null (error here).