Trait Sealed

Source
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§

Source§

impl Sealed for MdConsensusRouterStatus

Source§

impl Sealed for NsConsensusRouterStatus

Available on crate feature ns_consensus only.