Trait DefaultTestClientBuilderExt
Other items insubstrate_test_runtime_client
pub trait DefaultTestClientBuilderExt: Sized { fn new() -> Self; }
A TestClientBuilder with default backend and executor.
TestClientBuilder
fn new() -> Self
Create new TestClientBuilder
impl DefaultTestClientBuilderExt for TestClientBuilder<Executor, Backend>