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