pub trait Sealed { }
Expand description
A non-exported trait, used to prevent others from implementing a trait.
For more information on this pattern, see the Rust API guidelines.
Implementors§
impl Sealed for MdConsensusRouterStatus
impl Sealed for NsConsensusRouterStatus
Available on crate feature
ns_consensus
only.