Expand description
Adds serialization capabilities to the state objects from virtio-queue
.
Provides wrappers over the state objects from virtio-queue
crate that
implement the Serialize
, Deserialize
and Versionize
traits.
Structsยง
- Wrapper over a
QueueState
that has serialization capabilities.