pub trait IVdsVolumeOnline_Impl: Sized {
    // Required method
    fn Online(&self) -> Result<()>;
}

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§