Expand description
Futures provides the futures generated by Operator
By using futures, users can add more options for operation.
Structs§
- Operator
Future - OperatorFuture is the future generated by
Operator
.
Type Aliases§
- Future
Delete - Future that generated by
Operator::delete_with
. - Future
Deleter - Future that generated by [
Operator::deleter_with
]. - Future
List - Future that generated by
Operator::list_with
orOperator::lister_with
. - Future
Lister - Future that generated by
Operator::list_with
orOperator::lister_with
. - Future
Presign Delete - Future that generated by
Operator::presign_delete_with
. - Future
Presign Read - Future that generated by
Operator::presign_read_with
. - Future
Presign Stat - Future that generated by
Operator::presign_stat_with
. - Future
Presign Write - Future that generated by
Operator::presign_write_with
. - Future
Read - Future that generated by
Operator::read_with
. - Future
Reader - Future that generated by
Operator::read_with
orOperator::reader_with
. - Future
Stat - Future that generated by
Operator::stat_with
. - Future
Write - Future that generated by
Operator::write_with
. - Future
Writer - Future that generated by
Operator::writer_with
.