pub trait ToRule {
    // Required method
    fn to_rule(&self) -> (&'static str, String);
}

Required Methods§

source

fn to_rule(&self) -> (&'static str, String)

Implementors§