Struct actix_web::ws::ClientWriter[][src]

pub struct ClientWriter { /* fields omitted */ }
[]

Websocket writer client

Methods

impl ClientWriter
[src]
[]

[]

Send text frame

[]

Send binary frame

[]

Send ping frame

[]

Send pong frame

[]

Send close frame

Trait Implementations

impl WsWriter for ClientWriter
[src]
[+]

[]

Send text frame

[]

Send binary frame

[]

Send ping frame

[]

Send pong frame

[]

Send close frame

Auto Trait Implementations

impl !Send for ClientWriter

impl !Sync for ClientWriter