//! # InstrumentedCC - Trait Implementations
//!
//! This module contains trait implementations for `InstrumentedCC`.
//!
//! ## Implemented Traits
//!
//! - `Default`
//!
//! 🤖 Generated with [SplitRS](https://github.com/cool-japan/splitrs)
use super::types::InstrumentedCC;
impl Default for InstrumentedCC {
fn default() -> Self {
Self::new()
}
}