pub fn try_runtime_component_with_shutdown<C, F, E>(
build: F,
) -> TryRuntimeComponentWithShutdown<C, F, E>Expand description
Fallible variant of runtime_component_with_shutdown.
pub fn try_runtime_component_with_shutdown<C, F, E>(
build: F,
) -> TryRuntimeComponentWithShutdown<C, F, E>Fallible variant of runtime_component_with_shutdown.