[][src]Type Definition dht_logger::Result

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

Contain results with std::io::Error as the Error implementation.