Function mz_environmentd::http::sql::forward_notices
source ยท async fn forward_notices(
ws: &mut WebSocket,
notices: impl IntoIterator<Item = AdapterNotice>,
) -> Result<(), Error>
Expand description
Forwards a collection of Notices to the provided WebSocket
.