Skip to main content

render_authored

Function render_authored 

Source
pub fn render_authored(
    authored: &AuthoredPropertyTextV0,
    output: &mut String,
) -> Result
Expand description

Writes authored property text into an owned presentation buffer.

This is the named cross-crate escape for emitters that already own their output String; identity-bearing code must use one of the projections on AuthoredPropertyTextV0 instead.