pub trait MayLeak: Copy { // Required method fn may_leak(self) -> bool; }
Whether this kind of memory is allowed to leak