[][src]Trait async_zmq_types::HasBuilder

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

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> where
    Self: Sized

Loading content...

Implementors

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

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

Loading content...