Struct ws_tool::codec::WebSocketFrameEncoder [−][src]
pub struct WebSocketFrameEncoder {
pub config: FrameConfig,
}Fields
config: FrameConfigTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for WebSocketFrameEncoder
impl Send for WebSocketFrameEncoder
impl Sync for WebSocketFrameEncoder
impl Unpin for WebSocketFrameEncoder
impl UnwindSafe for WebSocketFrameEncoder
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