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