Trait rustc_const_eval::interpret::MayLeak[][src]

pub trait MayLeak: Copy {
    fn may_leak(self) -> bool;
}
Expand description

Whether this kind of memory is allowed to leak

Required methods

Implementations on Foreign Types

Implementors