pub fn event_from_fail<F: Fail + ?Sized>(fail: &F) -> Event<'static>
Expand description

Helper function to create an event from a failure::Fail.