Trait reproto::naming::Naming [] [src]

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

Required Methods

Implementors