pub type FlumeConnector<S> = FlumeConnector<<S as Service>::Res, <S as Service>::Req>;
Available on crate feature
flume-transport
only.Expand description
A flume connector for the given Service
Aliased Typeยง
struct FlumeConnector<S> { /* private fields */ }