pub trait Source: Debug { // Required method fn get(&self, key: &str) -> Option<String>; }
A config value source.
with-source-ron
with-source-clap