Trait ate::flow::OpenFlow[][src]

pub trait OpenFlow where
    Self: Send + Sync
{ #[must_use] fn open<'life0, 'life1, 'async_trait>(
        &'life0 self,
        builder: ChainOfTrustBuilder,
        key: &'life1 ChainKey
    ) -> Pin<Box<dyn Future<Output = Result<OpenAction, ChainCreationError>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        'life1: 'async_trait,
        Self: 'async_trait
; }

Required methods

#[must_use]fn open<'life0, 'life1, 'async_trait>(
    &'life0 self,
    builder: ChainOfTrustBuilder,
    key: &'life1 ChainKey
) -> Pin<Box<dyn Future<Output = Result<OpenAction, ChainCreationError>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    'life1: 'async_trait,
    Self: 'async_trait, 
[src]

Loading content...

Implementors

impl OpenFlow for OpenStaticBuilder[src]

Loading content...