Struct trust_dns::config::Config [] [src]

pub struct Config { /* fields omitted */ }

Methods

impl Config
[src]

read a Config file from the file specified at path.

Trait Implementations

impl Decodable for Config
[src]

impl Debug for Config
[src]

Formats the value using the given formatter.

impl FromStr for Config
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more