Skip to main content

FuturePresignRead

Type Alias FuturePresignRead 

pub type FuturePresignRead<F> = OperatorFuture<(ReadOptions, Duration), PresignedRequest, F>;
Expand description

Operator::presign_read_with returns this future.

Use its methods to configure the operation before awaiting it.

Aliased Typeยง

pub struct FuturePresignRead<F> { /* private fields */ }