pub trait BusResumeDevice: Send {
// Provided method
fn resume_imminent(&mut self) { ... }
}Provided Methods§
Sourcefn resume_imminent(&mut self)
fn resume_imminent(&mut self)
notify the devices which are invoked before the VM resumes form suspend.