Function config::set [] [src]

pub fn set<T>(key: &str, value: T) -> Result<(), Box<Error>> where T: Into<Value<'static>>