pub trait IInternetThreadSwitch_Impl: Sized {
    // Required methods
    fn Prepare(&self) -> Result<()>;
    fn Continue(&self) -> Result<()>;
}

Required Methods§

fn Prepare(&self) -> Result<()>

fn Continue(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§