[][src]Trait userland_io::StorageEngine

pub trait StorageEngine: Send + Sync + 'static {
#[must_use]    pub fn call<'life0, 'async_trait>(
        &'life0 self,
        req: IORequest
    ) -> Pin<Box<dyn Future<Output = Result<IOResponse>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Required methods

#[must_use]pub fn call<'life0, 'async_trait>(
    &'life0 self,
    req: IORequest
) -> Pin<Box<dyn Future<Output = Result<IOResponse>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Loading content...

Implementors

Loading content...