stream_transform_test

Function stream_transform_test 

Source
pub async fn stream_transform_test<'a, T, C, O, R>(
    thunk: impl FnOnce(&Process<'a>) -> Stream<T, Process<'a>, Unbounded, O, R>,
    check: impl FnOnce(Pin<Box<dyn Stream<Item = T>>>) -> C,
)
where T: Serialize + DeserializeOwned + 'static, C: Future<Output = ()>,
Available on crate feature deploy only.