Type Definition axum::extract::ws::CloseCode[][src]

pub type CloseCode = u16;
This is supported on crate feature ws only.
Expand description

Status code used to indicate why an endpoint is closing the WebSocket connection.