pub trait UnderlyingBytes:
AsRef<[u8]>
+ Send
+ Sync
+ 'static { }Expand description
The underlying bytes that the Bytes object references.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".