Type Definition cargo::util::config::OptValue

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