Type Alias opendal::operator_futures::FutureStat
source · pub type FutureStat<F> = OperatorFuture<OpStat, Metadata, F>;
Expand description
Future that generated by Operator::stat_with
.
Users can add more options by public functions provided by this struct.
Aliased Type§
struct FutureStat<F> { /* private fields */ }