pub trait Define {
    fn define(&self) -> &str;
}

Required Methods

Implementors