ValTreeKindExt

Trait ValTreeKindExt 

Source
pub trait ValTreeKindExt<'tcx> {
    // Required method
    fn try_to_scalar(&self) -> Option<Scalar>;
}

Required Methods§

Implementors§

Source§

impl<'tcx> ValTreeKindExt<'tcx> for ValTreeKind<TyCtxt<'tcx>>