Function flydra2::wrap_error

source ·
pub fn wrap_error<E>(source: E) -> Error
where E: 'static + Error + Sync + Send,