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.
pub trait Req: Clone + Copy + Debug + PartialEq + Eq + PartialOrd + Ord + Into<u32> + TryFrom<u32> + Send + Sync { }
Message type. Either [FrontendReq] or [BackendReq].