Skip to main content

ServiceRuntime

Type Alias ServiceRuntime 

Source
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 */ }