Type Definition dht_logger::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

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