pub trait BusResumeDevice: Send {
    // Provided method
    fn resume_imminent(&mut self) { ... }
}

Provided Methods§

source

fn resume_imminent(&mut self)

notify the devices which are invoked before the VM resumes form suspend.

Implementors§