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