Struct cdns_rs::cfg_host_parser::HostConfig [−][src]
pub struct HostConfig { /* fields omitted */ }
Implementations
Trait Implementations
An /etc/hosts file parser
An /etc/hosts file parser
fn parse_config<'async_trait>(
) -> Pin<Box<dyn Future<Output = CDnsResult<Self>> + Send + 'async_trait>> where
Self: 'async_trait,
Auto Trait Implementations
impl RefUnwindSafe for HostConfig
impl Send for HostConfig
impl Sync for HostConfig
impl Unpin for HostConfig
impl UnwindSafe for HostConfig
Blanket Implementations
Mutably borrows from an owned value. Read more