#[derive(Encode)]
{
// Attributes available to this derive:
#[encode]
}
Expand description
Macro to automatically derive tarantool::msgpack::Encode
Deriving this trait will make this struct encodable into msgpack format.
It is meant as a replacement for serde + rmp_serde
allowing us to customize it for tarantool case and hopefully also decreasing compile-time due to its simplicity.
For more information see tarantool::msgpack::Encode