pub type RecvCtx<H> = PortCtx<RECV, H>;Expand description
Recv-specific PortCtx. Input to receive from a handoff.
Aliased Type§
struct RecvCtx<H> { /* private fields */ }Implementations§
source§impl<H: Handoff> RecvCtx<H>
impl<H: Handoff> RecvCtx<H>
Context provided to a subgraph for reading from a handoff. Corresponds to a RecvPort.
sourcepub fn take_inner(&self) -> H::Inner
pub fn take_inner(&self) -> H::Inner
See Handoff::take_inner.