pub trait IResultDataCompareEx_Impl: Sized {
    // Required method
    fn Compare(&self, prdc: *const RDCOMPARE) -> Result<i32>;
}

Required Methods§

fn Compare(&self, prdc: *const RDCOMPARE) -> Result<i32>

Object Safety§

This trait is not object safe.

Implementors§