[−][src]Function sentry_error_chain::capture_error_chain
pub fn capture_error_chain<T>(e: &T) -> Uuid where
T: ChainedError,
T::ErrorKind: Debug + Display,
Captures an error chain.
pub fn capture_error_chain<T>(e: &T) -> Uuid where
T: ChainedError,
T::ErrorKind: Debug + Display,
Captures an error chain.