Trait cdns_rs::a_sync::cfg_parsers::ConfigParser [−][src]
pub trait ConfigParser<T> {
fn parse_config<'async_trait>(
) -> Pin<Box<dyn Future<Output = CDnsResult<T>> + Send + 'async_trait>>;
fn get_file_path() -> &'static Path;
fn is_default(&self) -> bool;
}