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