fe_mir
0.26.0
InstId
Aliased Type
Trait Implementations
PrettyPrint
In fe_
mir::
ir::
inst
fe_mir
::
ir
::
inst
Type Alias
InstId
Copy item path
Source
pub type InstId = Id<
Inst
>;
Aliased Type
§
struct InstId {
/* private fields */
}
Trait Implementations
§
Source
§
impl
PrettyPrint
for
InstId
Source
§
fn
pretty_print
<W:
Write
>( &self, db: &dyn
MirDb
, store: &
BodyDataStore
, w:
&mut W
, ) ->
Result
Source
§
fn
pretty_string
(&self, db: &dyn
MirDb
, store: &
BodyDataStore
) ->
String