Skip to main content

forward_notices

Function 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.