pub fn with_presentation<T>(f: impl FnOnce() -> T) -> T
Run f with serialization in presentation mode, so MemberRef serializes the resolved value instead of the raw id. Used by the --json emitter.
f
MemberRef
--json