pub trait IOpcSignatureCustomObject_Impl: Sized {
    // Required method
    fn GetXml(&self, xmlmarkup: *mut *mut u8, count: *mut u32) -> Result<()>;
}

Required Methods§

fn GetXml(&self, xmlmarkup: *mut *mut u8, count: *mut u32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§