pub trait IDvdCmd_Impl: Sized {
    // Required methods
    fn WaitForStart(&self) -> Result<()>;
    fn WaitForEnd(&self) -> Result<()>;
}

Required Methods§

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

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

Object Safety§

This trait is not object safe.

Implementors§