[][src]Trait zstd_seekable_s3::GetSeekableObject

pub trait GetSeekableObject: Sized {
    fn get_seekable_object(
        self,
        input: GetObjectRequest
    ) -> Result<SeekableS3Object<Self>, RusotoError<GetObjectError>>; }

Required methods

Loading content...

Implementations on Foreign Types

impl GetSeekableObject for S3Client[src]

Loading content...

Implementors

Loading content...