pub trait IUpdateIdentity_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn RevisionNumber(&self) -> Result<i32>;
    fn UpdateID(&self) -> Result<BSTR>;
}

Required Methods§

fn RevisionNumber(&self) -> Result<i32>

fn UpdateID(&self) -> Result<BSTR>

Object Safety§

This trait is not object safe.

Implementors§