Function wrap_err

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

Alias for TorError::from(Error)