pub trait RuntimeHostExt<H> {
type Output;
// Required method
fn with_component_host(self, host: H) -> Self::Output;
}Expand description
Extension trait for attaching a ComponentHost to a bus-routed runtime.
pub trait RuntimeHostExt<H> {
type Output;
// Required method
fn with_component_host(self, host: H) -> Self::Output;
}Extension trait for attaching a ComponentHost to a bus-routed runtime.