Trait devices::BusResumeDevice 
source · 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.