Trait caseconv::Case [] [src]

pub trait Case {
    fn build_identifier<'a, It: Iterator<Item = &'a str>>(
        self,
        components: It
    ) -> String; }

Represents a case that can be rendered from components

Required Methods

Implementors