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
pub trait DefiningCase<'a, T: Iterator<Item = &'a str>> {
// Required method
fn components_iter(self, _: &'a str) -> T;
}Represents a case that can be parsed in to components