pub struct RConfig {
    pub rodo: Rodo,
    /* private fields */
}Fields§
§rodo: RodoImplementations§
source§impl RConfig
 
impl RConfig
sourcepub fn load(file: String) -> Result<Self, String>
 
pub fn load(file: String) -> Result<Self, String>
Loads Data from the given Filename and if set it searches the Parent Directories
file: the filename to load from/search for
sourcepub fn init(file: String, defaults: bool) -> Self
 
pub fn init(file: String, defaults: bool) -> Self
Initialize a fresh Dataset
file: the file to be useddefaults: if it should add some default Tags, States and Priorites