referrerpolicy=no-referrer-when-downgrade
substrate_relay_helper::cli::bridge

Trait RelayToRelayEquivocationDetectionCliBridgeBase

Source
pub trait RelayToRelayEquivocationDetectionCliBridgeBase: CliBridgeBase {
    type BoundedSource: ChainWithTransactions;
}
Expand description

Convenience trait that adds bounds to CliBridgeBase.

Required Associated Types§

Source

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.

Implementors§