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