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ยง
- Queue
State Ser - Wrapper over a
QueueStatethat has serialization capabilities.