Skip to main content

render_skeleton_recursive

Function render_skeleton_recursive 

Source
pub fn render_skeleton_recursive(
    index: &dyn CodeUnitIndex,
    code_unit: &CodeUnit,
    indent: &str,
    header_only: bool,
    out: &mut String,
)