Skip to main content

render_snapshot

Function render_snapshot 

Source
pub fn render_snapshot(
    tree: &AxTree,
    refs: &mut RefTable,
    opts: &SnapshotOptions,
) -> Result<Snapshot>
Expand description

Render the tree as indented YAML-ish lines, interning refs as it goes.