DefiningCase

Trait DefiningCase 

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

Represents a case that can be parsed in to components

Required Methods§

Source

fn components_iter(self, _: &'a str) -> T

Implementors§