pub trait DefaultTestClientBuilderExt: Sized { // Required method fn new() -> Self; }
A TestClientBuilder with default backend and executor.
TestClientBuilder
Create new TestClientBuilder