Trait cdns_rs::sync::cfg_parsers::ConfigParser
source · pub trait ConfigParser<T> {
// Required methods
fn parse_config() -> CDnsResult<T>;
fn get_file_path() -> &'static Path;
fn is_default(&self) -> bool;
}
Required Methods§
fn parse_config() -> CDnsResult<T>
fn get_file_path() -> &'static Path
fn is_default(&self) -> bool
Object Safety§
This trait is not object safe.