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; }

Required methods

Implementors