Struct ws_tool::codec::WebSocketBytesCodec [−][src]
pub struct WebSocketBytesCodec {
pub frame_codec: WebSocketFrameCodec,
}Fields
frame_codec: WebSocketFrameCodecTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for WebSocketBytesCodec
impl Send for WebSocketBytesCodec
impl Sync for WebSocketBytesCodec
impl Unpin for WebSocketBytesCodec
impl UnwindSafe for WebSocketBytesCodec
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more