[][src]Type Definition tari_service_framework::reply_channel::TryReceiver

type TryReceiver<TReq, TResp, TErr> = Receiver<TReq, Result<TResp, TErr>>;