6 lines
180 B
Rust
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 {}
|