Trait prefab_core::deploy::Deploy[][src]

pub trait Deploy {
    fn description(&self) -> String;
#[must_use] fn deploy<'life0, 'life1, 'async_trait>(
        &'life0 self,
        host: &'life1 Host
    ) -> Pin<Box<dyn Future<Output = PrefabResult> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        'life1: 'async_trait,
        Self: 'async_trait
; }

Required methods

fn description(&self) -> String[src]

#[must_use]fn deploy<'life0, 'life1, 'async_trait>(
    &'life0 self,
    host: &'life1 Host
) -> Pin<Box<dyn Future<Output = PrefabResult> + Send + 'async_trait>> where
    'life0: 'async_trait,
    'life1: 'async_trait,
    Self: 'async_trait, 
[src]

Loading content...

Implementors

Loading content...