[][src]Function sentry_error_chain::event_from_error_chain

pub fn event_from_error_chain<T>(e: &T) -> Event<'static> where
    T: ChainedError,
    T::ErrorKind: Debug + Display
👎 Deprecated:

The error_chain integration is deprecated and will be removed in the future.

Creates an event from an error chain.