[][src]Trait futures_zmq::prelude::Build

pub trait Build<T>: Sized {
    fn build(self) -> Box<dyn Future<Item = T, Error = Error> + Send>;
}

Required methods

fn build(self) -> Box<dyn Future<Item = T, Error = Error> + Send>

Loading content...

Implementations on Foreign Types

impl<'a, T> Build<T> for SockConfig<'a, T> where
    T: UnPair + IntoInnerSocket + From<Socket> + 'static, 
[src]

impl<'a> Build<Sub> for SubConfig<'a>[src]

impl<'a> Build<Pair> for PairConfig<'a>[src]

Loading content...

Implementors

Loading content...