FuturePresignRead

Type Alias FuturePresignRead 

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

Future that generated by Operator::presign_read_with.

Users can add more options by public functions provided by this struct.

Aliased Typeยง

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