Function tor_dirmgr::state::opt_err_to_result

source ยท
fn opt_err_to_result(e: Option<Error>) -> Result<()>
Expand description

If err is some, return Err(err). Otherwise return Ok(()).