clarify async fn description

This commit is contained in:
AF 2026-04-09 12:56:16 +00:00
parent 162db18697
commit f8cdbabdb4
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;