Type Definition cargo::util::config::OptValue[][src]

type OptValue<T> = Option<Value<T>>;