Trait SideData
pub trait SideData: Debug { }Available on crate feature
rustls only.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".