Skip to main content

bind_value

Function bind_value 

Source
pub fn bind_value<F>(
    value: &mut Value,
    lookup: &F,
    positional: &[Value],
) -> Result<(), QqlError>
where F: Fn(&str) -> Option<Value>,
Expand description

Recursively bind parameters into an AST Value in-place.