pub fn doc_test<F>(
spin: bool,
task: impl IntoFuture<IntoFuture = F>,
) -> <F as Future>::Outputwhere
F: Future,
pub fn doc_test<F>(
spin: bool,
task: impl IntoFuture<IntoFuture = F>,
) -> <F as Future>::Outputwhere
F: Future,