pub type ServiceRuntime<Application> = MockServiceRuntime<Application>;
Expand description
Inside tests, use the MockServiceRuntime
instead of the real ServiceRuntime
.
Aliased Typeยง
struct ServiceRuntime<Application> { /* private fields */ }
pub type ServiceRuntime<Application> = MockServiceRuntime<Application>;
Inside tests, use the MockServiceRuntime
instead of the real ServiceRuntime
.
struct ServiceRuntime<Application> { /* private fields */ }