[−][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,
Creates an event from an error chain.
pub fn event_from_error_chain<T>(e: &T) -> Event<'static> where
T: ChainedError,
T::ErrorKind: Debug + Display,
Creates an event from an error chain.