Trait reproto_naming::Naming [] [src]

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

Required Methods

Copy the given naming policy.

Implementors