Function eval_block_impl
Source pub async fn eval_block_impl<B: BlockImpl>(
block: &mut B,
inputs: Vec<Value>,
) -> Result<Vec<Value>>
Expand description
Evaluate a block directly
§Arguments
- block: The block to evaluate
- inputs: The input values to the block
§Returns
A list of values representing the outputs of the block