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

Enums

Buffer containing tuple contents (MsgPack array)

Traits

Must be implemented for types, which will be used with box access methods as data

Decode Generalization of serde::Deserialize which includes Tuple

Functions

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.