pub(crate) trait HirPrettyPrint {
    fn pretty<A: FileArena>(&self, arena: &A) -> String;
}
Expand description

Interface for printing HIR nodes.

Required Methods§

Implementors§