Trait ITransactionResourcePool_Impl
pub trait ITransactionResourcePool_Impl: IUnknownImpl {
// Required methods
fn PutResource(
&self,
ppool: Ref<'_, IObjPool>,
punk: Ref<'_, IUnknown>,
) -> Result<()>;
fn GetResource(&self, ppool: Ref<'_, IObjPool>) -> Result<IUnknown>;
}
Required Methods§
fn PutResource( &self, ppool: Ref<'_, IObjPool>, punk: Ref<'_, IUnknown>, ) -> Result<()>
fn GetResource(&self, ppool: Ref<'_, IObjPool>) -> Result<IUnknown>
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.