Function style::dom::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,