Trait 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].

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§