Skip to main content

UnderlyingChainProvider

Trait UnderlyingChainProvider 

Source
pub trait UnderlyingChainProvider:
    Send
    + Sync
    + 'static {
    type Chain: Chain;
}
Expand description

A trait that provides the type of the underlying chain.

Required Associated Types§

Source

type Chain: Chain

Underlying chain type.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§