Function assert_async_wrapio

Source
fn assert_async_wrapio<F, T>(f: F) -> Poll<Result<T>>
where F: FnMut() -> Result<T>,