pub fn render_spell_desc<R>(
ast: &ParsedSpellDescription,
self_spell_id: u32,
resolver: &R,
parse_errors: Vec<String>,
) -> SpellDescRenderResultwhere
R: SpellDescResolver,Expand description
Render a parsed spell description to structured fragments.