pub trait AsBytes { fn as_bytes(&self) -> Bytes<'_>; }
A trait for converting a type into Bytes
Converts self to Bytes
self
Bytes