Module sqlx_core::ext::async_stream

source ·
Expand description

A minimalist clone of the async-stream crate in 100% safe code, without proc macros.

This was created initially to get around some weird compiler errors we were getting with async-stream, and now it’d just be more work to replace.

Structs