Trait vmm_vhost::message::Req

source ·
pub trait Req: Clone + Copy + Debug + PartialEq + Eq + PartialOrd + Ord + Into<u32> + TryFrom<u32> + Send + Sync { }
Expand description

Message type. Either [FrontendReq] or [BackendReq].

Object Safety§

This trait is not object safe.

Implementors§