pub trait IOpcPartUri_Impl: Sized + IOpcUri_Impl {
    // Required methods
    fn ComparePartUri(&self, parturi: Option<&IOpcPartUri>) -> Result<i32>;
    fn GetSourceUri(&self) -> Result<IOpcUri>;
    fn IsRelationshipsPartUri(&self) -> Result<BOOL>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§