Crate sqlx_essence

Source

Macros§

create_bound

Traits§

StreamExt
An extension trait for Streams that provides a variety of convenient combinator functions.
TryStreamExt
Adapters specific to Result-returning streams

Type Aliases§

BoxStream
An owned dynamically typed Stream for use in cases where you can’t statically type your result or need to add some indirection.

Derive Macros§

GenDBOperations