pub trait IServiceTransactionConfig_Impl: Sized + IServiceTransactionConfigBase_Impl {
    // Required method
    fn ConfigureBYOT(&self, pitxbyot: Option<&ITransaction>) -> Result<()>;
}

Required Methods§

fn ConfigureBYOT(&self, pitxbyot: Option<&ITransaction>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§