pub trait IDebugHostStatus_Impl: Sized {
    // Required method
    fn PollUserInterrupt(&self) -> Result<bool>;
}

Required Methods§

fn PollUserInterrupt(&self) -> Result<bool>

Object Safety§

This trait is not object safe.

Implementors§