Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
assert_is_pending in datafusion::physical_plan::test - Rust
[go: Go Back, main page]

Function datafusion::physical_plan::test::assert_is_pending

source ยท
pub fn assert_is_pending<'a, T>(
    fut: &mut Pin<Box<dyn Future<Output = T> + Send + 'a>>,
)
Expand description

Asserts that given future is pending.