[−][src]Function sentry::integrations::failure::event_from_fail
pub fn event_from_fail<F>(fail: &F) -> Event<'static> where
F: Fail + ?Sized,
Helper function to create an event from a failure::Fail
.
pub fn event_from_fail<F>(fail: &F) -> Event<'static> where
F: Fail + ?Sized,
Helper function to create an event from a failure::Fail
.