psychopath/sub_crates/rmath/src/sealed.rs

6 lines
180 B
Rust

/// For sealing other traits.
///
/// Even though this is marked as public, this module isn't, and
/// therefore this trait is not available outside the crate.
pub trait Sealed {}