[][src]Trait mio_license::MioWebSocketSend

pub trait MioWebSocketSend {
    fn send<S: Serialize>(self, _payload: S) -> Self
    where
        Self: Sized
, { ... } }

Provided methods

fn send<S: Serialize>(self, _payload: S) -> Self where
    Self: Sized

Loading content...

Implementors

impl MioWebSocketSend for MioWebSocket[src]

Loading content...