Expand description
Common definitions used for views and backends. This provides some common code for the linera-views.
Traits§
- Custom
Serialize - Sometimes we need a serialization that is different from the usual one and
for example preserves order.
{to/from}_custom_bytes
has to be coherent with theBorrow
trait.
Functions§
- from_
bytes_ option - Deserializes an optional vector of
u8