[][src]Trait buildkit_frontend::Frontend

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

Associated Types

Loading content...

Required methods

fn run(self, bridge: Bridge, options: Options) -> Self::RunFuture

Loading content...

Implementors

Loading content...