Skip to main content

PatId

Type Alias PatId 

pub(crate) type PatId = Idx<Pat>;

Aliased Type§

pub(crate) struct PatId { /* private fields */ }

Trait Implementations§

Source§

impl<'db> HirDisplayWithExpressionStore<'db> for PatId

Source§

fn hir_fmt( &self, f: &mut HirFormatter<'_, 'db>, owner: ExpressionStoreOwnerId, store: &ExpressionStore, ) -> Result