Trait caseconv::DefiningCase [] [src]

pub trait DefiningCase<'a, T: Iterator<Item = &'a str>> {
    fn components_iter(self, _: &'a str) -> T;
}

Represents a case that can be parsed in to components

Required Methods

Implementors