pub fn render_authored(
authored: &AuthoredPropertyTextV0,
output: &mut String,
) -> ResultExpand 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.