pub trait BytesValue {
// Required method
fn bytes(&self) -> Bytes;
}Expand description
BytesValue is a trait used to get common bytes array
The return value will be wrapped in Bytes container object to simplify
the bytes arrary process
pub trait BytesValue {
// Required method
fn bytes(&self) -> Bytes;
}BytesValue is a trait used to get common bytes array
The return value will be wrapped in Bytes container object to simplify
the bytes arrary process