pub trait ICorrelationVectorSource_Impl: Sized {
    // Required method
    fn CorrelationVector(&self) -> Result<HSTRING>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§