Trait ClientContextExt

Source
pub trait ClientContextExt: ClientContext {
    // Provided method
    async fn clients(
        &self,
    ) -> Result<Vec<ChainClient<<Self as ClientContext>::Environment>>, Error> { ... }
}

Provided Methods§

Source

async fn clients( &self, ) -> Result<Vec<ChainClient<<Self as ClientContext>::Environment>>, Error>

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§