[]Function sentry::integrations::error_chain::capture_error_chain

pub fn capture_error_chain<T>(e: &T) -> Uuid where
    T: ChainedError,
    <T as ChainedError>::ErrorKind: Debug,
    <T as ChainedError>::ErrorKind: Display

Captures an error chain.