Type Definition tor_netdoc::Result
source · pub type Result<T> = Result<T, Error>;
Expand description
Alias for the Result type returned by most objects in this module.
pub type Result<T> = Result<T, Error>;
Alias for the Result type returned by most objects in this module.