Trait s3handler::tokio_async::traits::S3Folder[][src]

pub trait S3Folder: Debug {
#[must_use]    fn next_object<'life0, 'async_trait>(
        &'life0 mut self
    ) -> Pin<Box<dyn Future<Output = Result<Option<S3Object>, Error>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Required methods

#[must_use]fn next_object<'life0, 'async_trait>(
    &'life0 mut self
) -> Pin<Box<dyn Future<Output = Result<Option<S3Object>, Error>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Loading content...

Implementations on Foreign Types

impl S3Folder for ReadDir[src]

Loading content...

Implementors

impl S3Folder for S3Pool[src]

Loading content...