pub trait AsBytes<'a> { fn bytes<const FORMAT: u128>(&'a self) -> Bytes<'a, FORMAT>; }
Trait to simplify creation of a Bytes object.
Bytes
Create Bytes from object.