pub trait ITipTransaction_Impl: Sized {
    // Required methods
    fn Push(&self, i_pszremotetmurl: *const u8) -> Result<PSTR>;
    fn GetTransactionUrl(&self) -> Result<PSTR>;
}

Required Methods§

fn Push(&self, i_pszremotetmurl: *const u8) -> Result<PSTR>

fn GetTransactionUrl(&self) -> Result<PSTR>

Object Safety§

This trait is not object safe.

Implementors§