pub trait EnvVarExtractor { // Required method fn var(&self, name: &str) -> Result<String, VarError>; }