[][src]Type Definition serenity::gateway::WsClient

type WsClient = Client<TlsStream<TcpStream>>;

Trait Implementations

impl WebSocketGatewayClientExt for WsClient
[src]