Trait ITipHelper_Impl
pub trait ITipHelper_Impl: IUnknownImpl {
// Required methods
fn Pull(&self, i_psztxurl: *const u8) -> Result<ITransaction>;
fn PullAsync(
&self,
i_psztxurl: *const u8,
i_ptippullsink: Ref<'_, ITipPullSink>,
) -> Result<ITransaction>;
fn GetLocalTmUrl(&self) -> Result<*mut u8>;
}
Required Methods§
fn Pull(&self, i_psztxurl: *const u8) -> Result<ITransaction>
fn PullAsync( &self, i_psztxurl: *const u8, i_ptippullsink: Ref<'_, ITipPullSink>, ) -> Result<ITransaction>
fn GetLocalTmUrl(&self) -> Result<*mut u8>
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.