#[derive(WebsocketController)]
{
// Attributes available to this derive:
#[auth]
#[middleware]
#[skip_csrf]
}
Expand description
Create a WebSocket controller.
This implements mappings between the Controller
trait and the struct implementing
the WebsocketController
trait.