Trait node_testing::client::TestClientBuilderExt[][src]

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

A test-runtime extensions to TestClientBuilder.

Required methods

Create test client builder.

Build the test client.

Implementors