fe_mir
0.26.0
ValueId
Aliased Type
Trait Implementations
PrettyPrint
In fe_
mir::
ir::
value
fe_mir
::
ir
::
value
Type Alias
ValueId
Copy item path
Source
pub type ValueId = Id<
Value
>;
Aliased Type
§
struct ValueId {
/* private fields */
}
Trait Implementations
§
Source
§
impl
PrettyPrint
for
ValueId
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