Type Alias Source

Source
pub type Source = ConfigIn;
Expand description

Entry that reads the specified configuration file. This file is always parsed.

Aliased Type§

pub struct Source {
    pub file: String,
    pub entries: Vec<Entry>,
}

Fields§

§file: String§entries: Vec<Entry>