Skip to main content

RuntimeHostExt

Trait RuntimeHostExt 

Source
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.

Required Associated Types§

Required Methods§

Source

fn with_component_host(self, host: H) -> Self::Output

Implementors§