Trait Frontend
buildkit_frontend
pub trait Frontend { type RunFuture: Future<Output = Result<FrontendOutput, Error>>; fn run(self, bridge: Bridge, options: Options) -> Self::RunFuture; }
type RunFuture: Future<Output = Result<FrontendOutput, Error>>
fn run(self, bridge: Bridge, options: Options) -> Self::RunFuture