RowStream

Type Alias RowStream 

Source
type RowStream<T> = Pin<Box<dyn Stream<Item = PgWireResult<T>> + Send + Unpin>>;

Aliased Typeยง

#[repr(transparent)]
struct RowStream<T> { /* private fields */ }