pub async fn execute(
mem: &mut Memory,
plan: Vec<Instruction>,
session: &mut Option<Session>,
) -> Result<(), ExecutionFailed>Expand description
Execute the plan.
pub async fn execute(
mem: &mut Memory,
plan: Vec<Instruction>,
session: &mut Option<Session>,
) -> Result<(), ExecutionFailed>Execute the plan.