Skip to main content

compile_completion_strict

Function compile_completion_strict 

Source
pub fn compile_completion_strict(
    src: &str,
    caller_strict: bool,
) -> Result<Program, String>
Expand description

As compile_completion, with the caller’s strictness folded in — what a direct eval inherits.