pub type ResolveRef<'a, C> = &'a dyn Fn(&Value, &mut C) -> Result<String, ExpressionError>;Expand description
Resolve an identity leaf inside an ordered comparison — any operand node
that is not a tx.UriLiteral — to a member’s canonical versionless URI
(publisher/package/name). The identity-domain mirror of Resolve: the
kernel owns the constant leaf, the caller owns bindings.