pub trait MemoryMonitorExt: 'static {
    fn connect_low_memory_warning<F: Fn(&Self, MemoryMonitorWarningLevel) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

Implementors