Trait windows::Win32::Storage::Packaging::Opc::IOpcPackage_Impl

pub trait IOpcPackage_Impl: Sized {
    // Required methods
    fn GetPartSet(&self) -> Result<IOpcPartSet>;
    fn GetRelationshipSet(&self) -> Result<IOpcRelationshipSet>;
}

Required Methods§

fn GetPartSet(&self) -> Result<IOpcPartSet>

fn GetRelationshipSet(&self) -> Result<IOpcRelationshipSet>

Object Safety§

This trait is not object safe.

Implementors§