Skip to main content

with_presentation

Function with_presentation 

Source
pub fn with_presentation<T>(f: impl FnOnce() -> T) -> T
Expand description

Run f with serialization in presentation mode, so MemberRef serializes the resolved value instead of the raw id. Used by the --json emitter.