pub trait PacketBuffer:
DerefMut<Target = [u8]>
+ Send
+ Unpin
+ 'static { }Expand description
A marker trait for types that are capable of being used as buffers for a Connection.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".