Type Alias cargo::util::config::OptValue

source ·
pub type OptValue<T> = Option<Value<T>>;