pub(crate) trait HirPrettyPrint { fn pretty<A: FileArena>(&self, arena: &A) -> String; }
Interface for printing HIR nodes.