Trait ConfigValues
git_trim::config
pub trait ConfigValues { fn get_config_value(config: &GitConfig, key: &str) -> Result<Self, Error> where Self: Sized; }
fn get_config_value(config: &GitConfig, key: &str) -> Result<Self, Error> where Self: Sized,
impl ConfigValues for String
fn get_config_value(config: &GitConfig, key: &str) -> Result<Self, Error>
impl ConfigValues for Vec<String>
impl ConfigValues for bool
impl ConfigValues for u64