pub trait ITransactionOptions_Impl: Sized {
    // Required methods
    fn SetOptions(&self, poptions: *const XACTOPT) -> Result<()>;
    fn GetOptions(&self, poptions: *mut XACTOPT) -> Result<()>;
}

Required Methods§

fn SetOptions(&self, poptions: *const XACTOPT) -> Result<()>

fn GetOptions(&self, poptions: *mut XACTOPT) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§