Trait ate::mesh::Mesh[][src]

pub trait Mesh {
#[must_use]    fn open<'a, 'async_trait>(
        &'a self,
        key: ChainKey
    ) -> Pin<Box<dyn Future<Output = Result<Arc<Chain>, ChainCreationError>> + Send + 'async_trait>>
    where
        'a: 'async_trait,
        Self: 'async_trait
; }

Required methods

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

Loading content...

Implementors

Loading content...