pub fn set_flake_resolver(resolver: Box<FlakeResolverFn>) -> FlakeResolverGuardExpand description
Install a flake resolver callback for the current thread.
Returns an RAII guard that restores the previous resolver on drop. This ensures the resolver is always properly cleaned up even when evaluation errors occur.