pub trait SideData: Side { }Expand description
Data specific to the peer’s side (client or server).
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait SideData: Side { }Data specific to the peer’s side (client or server).
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".