Type Alias RecvCtx

Source
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>

Context provided to a subgraph for reading from a handoff. Corresponds to a RecvPort.

Trait Implementations

Source§

impl<S: Polarity, H> RefCast for PortCtx<S, H>

Source§

type From = H

Source§

fn ref_cast(_from: &Self::From) -> &Self

Source§

fn ref_cast_mut(_from: &mut Self::From) -> &mut Self