Trait ICorrelationVectorInformation_Impl
pub trait ICorrelationVectorInformation_Impl: IUnknownImpl {
// Required methods
fn LastCorrelationVectorForThread(&self) -> Result<HSTRING>;
fn NextCorrelationVectorForThread(&self) -> Result<HSTRING>;
fn SetNextCorrelationVectorForThread(&self, cv: &HSTRING) -> Result<()>;
}
Required Methods§
fn LastCorrelationVectorForThread(&self) -> Result<HSTRING>
fn NextCorrelationVectorForThread(&self) -> Result<HSTRING>
fn SetNextCorrelationVectorForThread(&self, cv: &HSTRING) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.