Struct ws_tool::codec::WebSocketStringCodec [−][src]
pub struct WebSocketStringCodec {
pub frame_codec: WebSocketFrameCodec,
pub validate_utf8: bool,
}Fields
frame_codec: WebSocketFrameCodecvalidate_utf8: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WebSocketStringCodec
impl Send for WebSocketStringCodec
impl Sync for WebSocketStringCodec
impl Unpin for WebSocketStringCodec
impl UnwindSafe for WebSocketStringCodec
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