Module bee_common::packable [−][src]
A module that provides a Packable trait to serialize and deserialize types.
Enums
| OptionError | Error that occurs on |
Traits
| Packable | A trait to pack and unpack types to and from bytes. |
| Read | The |
| Write | A trait for objects which are byte-oriented sinks. |