pub trait UnderlyingBytes:
AsRef<[u8]>
+ Send
+ Sync
+ 'static { }Expand description
The underlying bytes that the Bytes object references.
pub trait UnderlyingBytes:
AsRef<[u8]>
+ Send
+ Sync
+ 'static { }The underlying bytes that the Bytes object references.