clarify async fn description

This commit is contained in:
AF 2025-09-12 18:33:49 +00:00
parent 16d4787c54
commit d59ccc1fd2
Signed by: alisa
SSH Key Fingerprint: SHA256:vNY4pdIZvO1FYJKHROkdHLtvyopizvZVAEwg9AF6h04

View File

@ -1,6 +1,6 @@
# Async `to_string` # 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 ```rust,ignore,mdbook-runnable
# extern crate futures; # extern crate futures;