Trait Naming
reproto_backend
pub trait Naming { fn convert(&self, input: &str) -> String; }
fn convert(&self, input: &str) -> String