Type Definition tor_dirmgr::Result

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

A Result as returned by this crate.