Trait vmm_vhost::frontend_server::VhostUserReply
source · trait VhostUserReply: Sized {
// Required method
fn serialize(&self) -> Result<Vec<u8>>;
}Required Methods§
Object Safety§
This trait is not object safe.