Closed
Description
Relates to #58027, but this is the case where an async fn is re-exported by another crate. The docs for the original function shows async fn
but the re-export shows fn -> impl Future
.
Example:
Relates to #58027, but this is the case where an async fn is re-exported by another crate. The docs for the original function shows async fn
but the re-export shows fn -> impl Future
.
Example: