Trait wd_balancing::BalancingCall[][src]

pub trait BalancingCall<Req, Res> {
    fn call<'life0, 'async_trait>(
        &'life0 self,
        reqs: Req
    ) -> Pin<Box<dyn Future<Output = Option<Res>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Required methods

Implementors