pub(crate) fn retire_circ<R>( circ_mgr: &Arc<CircMgr<R>>, id: &UniqId, error: &str, )where R: Runtime,
Retire a directory circuit because of an error we’ve encountered on it.