pub trait IRadioInstanceCollection_Impl: Sized {
// Required methods
fn GetCount(&self) -> Result<u32>;
fn GetAt(&self, uindex: u32) -> Result<IRadioInstance>;
}
Required Methods§
fn GetCount(&self) -> Result<u32>
fn GetAt(&self, uindex: u32) -> Result<IRadioInstance>
Object Safety§
This trait is not object safe.