type RowStream<T> = Pin<Box<dyn Stream<Item = PgWireResult<T>> + Send + Unpin>>;
#[repr(transparent)]struct RowStream<T> { /* private fields */ }