pub type StandardMockExecutor = MockExecutor<String>;
Expand description

A convenient type alias for MockExecutor with String as the generic type.

Aliased Type§

struct StandardMockExecutor { /* private fields */ }