Expand description
Common definitions used for views and backends. This provides some common code for the linera-views.
Enums§
- Update
- An update, for example to a view.
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. - Slice
Ext - Extention trait for slices.
Functions§
- from_
bytes_ option - Deserializes an optional vector of
u8