pub type RecvCtx<H> = PortCtx<RECV, H>;Expand description
Recv-specific PortCtx. Input to receive from a handoff.
Aliased Type§
pub struct RecvCtx<H> { /* private fields */ }Implementations§
Source§impl<H: Handoff> RecvCtx<H>
Context provided to a subgraph for reading from a handoff. Corresponds to a RecvPort.
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.