Type Alias mz_pgwire::protocol::GetResponse
source ยท type GetResponse = fn(max_rows: ExecuteCount, total_sent_rows: usize, fetch_portal: Option<&mut Portal>) -> BackendMessage;
type GetResponse = fn(max_rows: ExecuteCount, total_sent_rows: usize, fetch_portal: Option<&mut Portal>) -> BackendMessage;