pub trait Base64Encodable { // Required method fn base64(&self) -> String; }
a trait to make types base64 encodable