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

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl ConfigValues for String[src]

impl ConfigValues for Vec<String>[src]

impl ConfigValues for bool[src]

impl ConfigValues for u64[src]

Loading content...

Implementors

Loading content...