pub type DialerSelectFuture<R, I> = Either<DialerSelectSeq<R, I>, DialerSelectPar<R, I>>;
Expand description

Future, returned by dialer_select_proto, which selects a protocol and dialer either sequentially of by considering all protocols in parallel.