#[boxed_async_fn]Expand description
Transforms an async fn to return a Box<dyn Future<Output = T>>.
Adapted from the async_recursion crate authored by
Robert Usher and licensed under MIT/APACHE-2.0.
#[boxed_async_fn]Transforms an async fn to return a Box<dyn Future<Output = T>>.
Adapted from the async_recursion crate authored by
Robert Usher and licensed under MIT/APACHE-2.0.