pub fn invoke_restart(
cx: &mut Cx,
stack: &RestartStack,
name: &Symbol,
value: Ref,
) -> Result<ControlResultValue>Expand description
Invokes the restart named name on stack with value; free-function
form of RestartStack::invoke.