windows::Win32::Storage::Packaging::Opc

Trait IOpcRelationshipSelector_Impl

pub trait IOpcRelationshipSelector_Impl: IUnknownImpl {
    // Required methods
    fn GetSelectorType(&self) -> Result<OPC_RELATIONSHIP_SELECTOR>;
    fn GetSelectionCriterion(&self) -> Result<PWSTR>;
}

Required Methods§

fn GetSelectorType(&self) -> Result<OPC_RELATIONSHIP_SELECTOR>

fn GetSelectionCriterion(&self) -> Result<PWSTR>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§