Skip to main content

invoke_restart

Function invoke_restart 

Source
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.