Type Definition domain::resolv::conf::Result [] [src]

type Result<T> = Result<T, Error>;

The result from parsing resolv.conf.