Type Definition mainline_dht::Result[][src]

pub type Result<T> = Result<T, Error>;
Expand description

Result type for DHT errors.