Expand description
Tuples
The tuple
submodule provides read-only access for the tuple userdata type.
It allows, for a single tuple: selective retrieval of the field contents, retrieval of information about size,
iteration over all the fields, and conversion from/to rust structures
See also:
Structs§
- Function
Args - Function
Ctx - KeyDef
- KeyDef
Item - Tuple
- Tuple
- Tuple
Format - Tuple format
- Tuple
Iterator - Tuple iterator
Enums§
- Field
Type - Tuple
Buffer - Buffer containing tuple contents (MsgPack array)
Traits§
- AsTuple
- Must be implemented for types, which will be used with box access methods as data
Functions§
- session_
push - Push MessagePack data into a session data channel - socket,
console or whatever is behind the session. Note, that
successful push does not guarantee delivery in case it was sent
into the network. Just like with
write()
/send()
system calls.