Trait ContextInfo_Impl
pub trait ContextInfo_Impl: IDispatch_Impl {
// Required methods
fn IsInTransaction(&self) -> Result<VARIANT_BOOL>;
fn GetTransaction(&self) -> Result<IUnknown>;
fn GetTransactionId(&self) -> Result<BSTR>;
fn GetActivityId(&self) -> Result<BSTR>;
fn GetContextId(&self) -> Result<BSTR>;
}
Required Methods§
fn IsInTransaction(&self) -> Result<VARIANT_BOOL>
fn GetTransaction(&self) -> Result<IUnknown>
fn GetTransactionId(&self) -> Result<BSTR>
fn GetActivityId(&self) -> Result<BSTR>
fn GetContextId(&self) -> Result<BSTR>
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.