[][src]Trait git_trim::config::ConfigValues

pub trait ConfigValues {
    fn get_config_value(config: &Config, key: &str) -> Result<Self, Error>
    where
        Self: Sized
; }

Required methods

fn get_config_value(config: &Config, key: &str) -> Result<Self, Error> where
    Self: Sized

Loading content...

Implementations on Foreign Types

impl ConfigValues for String[src]

impl<T> ConfigValues for Vec<T> where
    T: FromStr,
    T::Err: Debug
[src]

impl ConfigValues for bool[src]

Loading content...

Implementors

Loading content...