Type Definition bidirectional_channel::FutureResponse[][src]

type FutureResponse<T> = Receiver<T>;
Expand description

Represents waiting for the Responder to Respond::respond.