Trait backstage::actor::AppBuilder[][src]

pub trait AppBuilder<H: LauncherSender<Self> + AknShutdown<Self::State>>: Builder + ThroughType + Clone + Starter<H> where
    Self::State: Actor<H>,
    Self::Ok: Shutdown + Passthrough<Self::Through>,
    Self::Input: From<Self::State>,
    Self::Error: Display
{ }

Should be implemented on the AppBuilder struct

Implementors

Loading content...