Function arti_client::client::wrap_err

source ยท
pub(crate) fn wrap_err<T>(err: T) -> Error
where ErrorDetail: From<T>,
Expand description

Alias for TorError::from(Error)