Struct websocket_util::wrap::Builder  [−][src]
pub struct Builder<S> { /* fields omitted */ }Expand description
A type helping with the construction of Wrapper objects.
Implementations
Overwrite the default ping interval of 30s with a custom one.
Overwrite the default of sending no pong responses to pings.
Trait Implementations
Auto Trait Implementations
impl<S> RefUnwindSafe for Builder<S> where
    S: RefUnwindSafe, 
impl<S> UnwindSafe for Builder<S> where
    S: UnwindSafe, 
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
