Trait rustc_const_eval::interpret::machine::MayLeak
source · pub trait MayLeak: Copy {
// Required method
fn may_leak(self) -> bool;
}Expand description
Whether this kind of memory is allowed to leak
pub trait MayLeak: Copy {
// Required method
fn may_leak(self) -> bool;
}Whether this kind of memory is allowed to leak