Type Definition parse_hosts::BufHostsFile [] [src]

type BufHostsFile<R> = HostsFile<BufReader<R>>;

Shorthand for HostsFile<BufReader<R>>.