style::dom

Function fmt_subtree

Source
fn fmt_subtree<F, N: TNode>(
    f: &mut Formatter<'_>,
    stringify: &F,
    n: N,
    indent: u32,
) -> Result
where F: Fn(&mut Formatter<'_>, N) -> Result,