Struct cargo::util::config::Value [] [src]

pub struct Value<T> {
    pub val: T,
    pub definition: Definition,
}

Fields