Trait cdns_rs::sync::cfg_parsers::ConfigParser [−][src]
pub trait ConfigParser<T> {
fn parse_config() -> CDnsResult<T>;
fn get_file_path() -> &'static Path;
fn is_default(&self) -> bool;
}
pub trait ConfigParser<T> {
fn parse_config() -> CDnsResult<T>;
fn get_file_path() -> &'static Path;
fn is_default(&self) -> bool;
}