pub fn compile_text_resolved(
theme: &ResolvedTheme,
data: &Value,
) -> Result<String, RenderError>Expand description
Compile a ResolvedTheme to a UTF-8 plain-text rendering against
a JSON Resume value.
Companion to compile_theme_resolved. See compile_text for
the frame-walk extractor rationale.