[][src]Trait futures_zmq::prelude::HasBuilder

pub trait HasBuilder: IntoInnerSocket {
    fn builder(ctx: Arc<Context>) -> SocketBuilder<'static, Self> { ... }
}

This trait is implemented by all socket types to allow custom builders to be created

Provided methods

fn builder(ctx: Arc<Context>) -> SocketBuilder<'static, Self>

Loading content...

Implementors

impl<T> HasBuilder for T where
    T: IntoInnerSocket
[src]

fn builder(ctx: Arc<Context>) -> SocketBuilder<'static, Self>[src]

Loading content...