pub type FuturePresignWrite<F> = OperatorFuture<(WriteOptions, Duration), PresignedRequest, F>;Expand description
Future that generated by Operator::presign_write_with.
Users can add more options by public functions provided by this struct.
Aliased Typeยง
pub struct FuturePresignWrite<F> { /* private fields */ }