[][src]Trait libzmq::prelude::BuildSend

pub trait BuildSend: GetSendConfig {
    fn send_hwm(&mut self, hwm: i32) -> &mut Self { ... }
fn send_timeout(&mut self, timeout: Duration) -> &mut Self { ... } }

A set of provided methods for the builder of a socket that implements SendMsg.

Provided methods

fn send_hwm(&mut self, hwm: i32) -> &mut Self

fn send_timeout(&mut self, timeout: Duration) -> &mut Self

Loading content...

Implementors

impl BuildSend for ClientBuilder[src]

impl BuildSend for RadioBuilder[src]

impl BuildSend for ScatterBuilder[src]

impl BuildSend for ServerBuilder[src]

Loading content...