Trait IChannelIDTuneRequest_Impl
pub trait IChannelIDTuneRequest_Impl: ITuneRequest_Impl {
// Required methods
fn ChannelID(&self) -> Result<BSTR>;
fn SetChannelID(&self, channelid: &BSTR) -> Result<()>;
}
Required Methods§
fn ChannelID(&self) -> Result<BSTR>
fn SetChannelID(&self, channelid: &BSTR) -> Result<()>
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.