pub async fn run_node<E: NodeExecutor + ?Sized>(
node: &E,
ctx: NodeContext,
inputs: PortsIn,
outputs: PortsOut,
) -> Result<()>Expand description
Execute a single node through the runtime boundary.
ยงErrors
Returns an error if lifecycle observation fails or the node executor reports one.