base-traits 0.0.13

base traits (for Rust)
Documentation
1
2
3
4
5
6
7
8
9
// src/traits/sealed.rs : `Sealed`

/// Trait for implementing **Sealed Trait Pattern**.
#[cfg_attr(debug_assertions, allow(dead_code))]
pub(crate) trait Sealed {}


// ///////////////////////////// end of file //////////////////////////// //