Struct tk_pool::uniform::LazyUniform [] [src]

pub struct LazyUniform { /* fields omitted */ }

A constructor for a uniform connection pool with lazy connections

Trait Implementations

impl<A, C, E, M> NewMux<A, C, E, M> for LazyUniform where
    A: Stream<Item = Address, Error = Void>,
    C: Connect + 'static,
    <<C as Connect>::Future as Future>::Item: Sink,
    E: ErrorLog<ConnectionError = <C::Future as Future>::Error, SinkError = <<C::Future as Future>::Item as Sink>::SinkError>,
    E: 'static,
    M: Collect + 'static, 
[src]

Auto Trait Implementations

impl Send for LazyUniform

impl Sync for LazyUniform