async fn resolve_with(
co: GenCo,
ident: NixString,
vm_with_len: usize,
upvalue_with_len: usize,
) -> Result<Value, ErrorKind>Expand description
Resolve a dynamically bound identifier (through with) by looking
for matching values in the with-stacks carried at runtime.