Trait windows::Win32::Media::MediaPlayer::IFeedItem2_Impl

pub trait IFeedItem2_Impl: Sized + IFeedItem_Impl {
    // Required method
    fn EffectiveId(&self) -> Result<i32>;
}

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§