Skip to main content
ValTreeKindExt
rustc_
middle
1.95.0-nightly
(a423f68a0 2026-02-13)
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>>