Trait IGetRow_Impl
pub trait IGetRow_Impl: IUnknownImpl {
// Required methods
fn GetRowFromHROW(
&self,
punkouter: Ref<'_, IUnknown>,
hrow: usize,
riid: *const GUID,
) -> Result<IUnknown>;
fn GetURLFromHROW(&self, hrow: usize) -> Result<PWSTR>;
}
Required Methods§
fn GetRowFromHROW( &self, punkouter: Ref<'_, IUnknown>, hrow: usize, riid: *const GUID, ) -> Result<IUnknown>
fn GetURLFromHROW(&self, hrow: usize) -> 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.