Trait vmm_vhost::frontend_server::VhostUserReply

source ·
trait VhostUserReply: Sized {
    // Required method
    fn serialize(&self) -> Result<Vec<u8>>;
}

Required Methods§

source

fn serialize(&self) -> Result<Vec<u8>>

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl VhostUserReply for Result<u64, VhostUserRequestError>

Implementors§