flowistry_pdg::rustc::mir::interpret

Type Alias InterpResult

Source
pub type InterpResult<'tcx, T = ()> = InterpResult_<'tcx, T>;

Aliased Typeยง

struct InterpResult<'tcx, T = ()> { /* private fields */ }