Function async_graphql::http::create_multipart_mixed_stream

source ยท
pub fn create_multipart_mixed_stream<'a>(
    input: impl Stream<Item = Response> + Send + Unpin + 'a,
    heartbeat_timer: impl Stream<Item = ()> + Send + Unpin + 'a,
) -> BoxStream<'a, Bytes>
Expand description