Struct cdns_rs::a_sync::cfg_parsers::HostnameEntry [−][src]
pub struct HostnameEntry { /* fields omitted */ }
Expand description
An /etc/hosts file parser
Implementations
Returns the slice with the hostnames
Returns the iterator of the hostnames
Parses the /etc/hosts file and returns a vector of records from file
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HostnameEntry
impl Send for HostnameEntry
impl Sync for HostnameEntry
impl Unpin for HostnameEntry
impl UnwindSafe for HostnameEntry
Blanket Implementations
Mutably borrows from an owned value. Read more