/// Contains structs for ureq async client builder.
///
/// # Example imports
/// ```
/// use lemon_bugsnag_rs::error::ureq::builder::{
/// blocking::ClientBuilderUreqErrorSync
/// };
/// ```
/// Contains structs for the ureq async client itself.
///
/// # Example imports
/// ```
/// use lemon_bugsnag_rs::error::ureq::client::{
/// blocking::UreqErrorSync
/// };
/// ```