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