pub trait ToBytes { // Required method fn to_bytes(self) -> Vec<u8> ⓘ; }
Trait wrapper to convert String’s and &'static str’s to byte vectors
String
&'static str