pub use Payload;
/// Struct which holds the data required to populate the `events`
/// key of the BugSnag error-reporting API payload.
///
/// ```
/// use lemon_bugsnag_rs::error::payload::events::{
/// app,
/// breadcrumb,
/// device,
/// enums,
/// event,
/// exception,
/// feature_flag,
/// request,
/// runtime_version,
/// session,
/// severity_reason_attribute,
/// severity_reason,
/// stack_trace_code,
/// stack_trace,
/// thread,
/// user
/// };
/// ```
/// Struct which holds the data required to populate the `notifier`
/// key of the BugSnag error-reporting API payload.
///
/// ```
/// use lemon_bugsnag_rs::error::payload::notifier::{
/// dependency,
/// notifier
/// };
/// ```