Trait concordium_std::Serialize [−][src]
Expand description
The Serialize trait provides a means of writing structures into byte-sinks
(Write) or reading structures from byte sources (Read).
Can be derived using #[derive(Serialized)] for most cases.
