pub trait ConfigKey {
    fn config_key(&self) -> String;
}
Expand description

Meant to create an equivalence function between enum-named options and their free-form String counterparts.

Required methods

Implementations on Foreign Types

Implementors