fidl_fuchsia_component_test

Trait BuilderProxyInterface

Source
pub trait BuilderProxyInterface: Send + Sync {
    type BuildResponseFut: Future<Output = Result<BuilderBuildResult, Error>> + Send;

    // Required method
    fn build(
        &self,
        runner: ClientEnd<ComponentRunnerMarker>,
    ) -> Self::BuildResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn build( &self, runner: ClientEnd<ComponentRunnerMarker>, ) -> Self::BuildResponseFut

Implementors§