pub trait Base64 { // Required methods fn encode(&self) -> Vec<u8> ⓘ; fn decode(&self) -> Vec<u8> ⓘ; }