Trait mun_hir::HirDisplay

source ·
pub trait HirDisplay {
    fn hir_fmt(&self, f: &mut HirFormatter<'_, '_>) -> Result;

    fn display<'a>(
        &'a self,
        db: &'a dyn HirDatabase
    ) -> HirDisplayWrapper<'a, Self>
    where
        Self: Sized
, { ... } }

Required Methods§

Provided Methods§

Implementors§