Function alloc::oom::set_oom_handler  
                   
                       [−]
                   
               [src]
pub fn set_oom_handler(handler: fn() -> !)
Set a custom handler for out-of-memory conditions
To avoid recursive OOM failures, it is critical that the OOM handler does not allocate any memory itself.