pub trait RelayToRelayEquivocationDetectionCliBridgeBase: CliBridgeBase {
type BoundedSource: ChainWithTransactions;
}
Expand description
Convenience trait that adds bounds to CliBridgeBase
.
Required Associated Types§
Sourcetype BoundedSource: ChainWithTransactions
type BoundedSource: ChainWithTransactions
The source chain with extra bounds.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.