Skip to main content

ComponentRunnerProxyInterface

Trait ComponentRunnerProxyInterface 

Source
pub trait ComponentRunnerProxyInterface: Send + Sync {
    // Required method
    fn start(
        &self,
        start_info: ComponentStartInfo,
        controller: ServerEnd<ComponentControllerMarker>,
    ) -> Result<(), Error>;
}

Required Methods§

Source

fn start( &self, start_info: ComponentStartInfo, controller: ServerEnd<ComponentControllerMarker>, ) -> Result<(), Error>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§