execute

Function execute 

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

Execute the plan.