Module opendal::operator_futures
source · Expand description
Futures provides the futures generated by Operator
By using futures, users can add more options for operation.
Structs§
- OperatorFuture is the future generated by
Operator
.
Type Aliases§
- Future that generated by
Operator::delete_with
. - Future that generated by [
Operator::deleter_with
]. - Future that generated by
Operator::list_with
orOperator::lister_with
. - Future that generated by
Operator::list_with
orOperator::lister_with
. - Future that generated by
Operator::presign_read_with
. - Future that generated by
Operator::presign_stat_with
. - Future that generated by
Operator::presign_write_with
. - Future that generated by
Operator::read_with
. - Future that generated by
Operator::read_with
orOperator::reader_with
. - Future that generated by
Operator::stat_with
. - Future that generated by
Operator::write_with
. - Future that generated by
Operator::writer_with
.