ClientMaker

Type Alias ClientMaker 

Source
type ClientMaker<C, Req, Resp> = fn(UnboundedChannel<Response<Resp>, ClientMessage<Req>>) -> C;