pub trait Sealed { }Expand description
This trait exists just to ensure that the only impls of trait Params
that are allowed are ones in this crate.
pub trait Sealed { }This trait exists just to ensure that the only impls of trait Params
that are allowed are ones in this crate.