clarify async fn description
All checks were successful
buildbot/mdbook test Build done.

This commit is contained in:
AF 2023-09-28 18:21:08 +00:00
parent 79c05c97d2
commit fc5f4f7ca3

View File

@ -1,6 +1,6 @@
# Async `to_string`
Make this compile and pass tests:
Define the `AsyncToString` trait to make this compile and pass tests (don't edit existing code):
```rust,ignore,mdbook-runnable
# extern crate futures;