pub trait Encoder: Send + Sync { // Required method fn encode(&self, input: &str) -> Result<Encoding>; }