referrerpolicy=no-referrer-when-downgrade

Trait node_testing::client::TestClientBuilderExt

source ·
pub trait TestClientBuilderExt: Sized {
    // Required methods
    fn new() -> Self;
    fn build(self) -> Client;
}
Expand description

A test-runtime extensions to TestClientBuilder.

Required Methods§

source

fn new() -> Self

Create test client builder.

source

fn build(self) -> Client

Build the test client.

Object Safety§

This trait is not object safe.

Implementors§