Expand description
Structs§
- Deser
- A wrapper type which provides
TryFromimplementation for types which can be deserialized by using theBytetype’sDeserializeimplementation. - Ser
- A wrapper which provides
Serializeimplementation for types which can be serialized by using theBytetype’sSerializeimplementation.
Functions§
- deserialize
- Serializes a
u64viaBytetype. - serialize
- Deserializes a
u64viabyte_unit::Bytetype.