ValTreeKindExt
rustc_
middle
1.94.0-nightly
(e7d44143a 2025-12-24)
ValTree
Kind
Ext
Required Methods
try_to_scalar
Implementors
In rustc_
middle::
ty
rustc_middle
::
ty
Trait
ValTree
Kind
Ext
Copy item path
Source
pub trait ValTreeKindExt<'tcx> { // Required method fn
try_to_scalar
(&self) ->
Option
<
Scalar
>; }
Required Methods
§
Source
fn
try_to_scalar
(&self) ->
Option
<
Scalar
>
Implementors
§
Source
§
impl<'tcx>
ValTreeKindExt
<'tcx> for
ValTreeKind
<
TyCtxt
<'tcx>>