[][src]Trait buildkit_frontend::Frontend

pub trait Frontend {
    fn run<'async_trait>(
        self,
        bridge: Bridge,
        options: Options
    ) -> Pin<Box<dyn Future<Output = Result<FrontendOutput, Error>> + Send + 'async_trait>>
    where
        Self: 'async_trait
; }

Required methods

fn run<'async_trait>(
    self,
    bridge: Bridge,
    options: Options
) -> Pin<Box<dyn Future<Output = Result<FrontendOutput, Error>> + Send + 'async_trait>> where
    Self: 'async_trait, 

Loading content...

Implementors

Loading content...