pub trait ByteString {
// Required methods
fn bytes(&self) -> Vec<u8> ⓘ;
fn encoded(&self) -> String;
fn encoded_with_prefix(&self) -> String;
}
pub trait ByteString {
// Required methods
fn bytes(&self) -> Vec<u8> ⓘ;
fn encoded(&self) -> String;
fn encoded_with_prefix(&self) -> String;
}