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