Trait SecurityProperty_Impl
pub trait SecurityProperty_Impl: IDispatch_Impl {
// Required methods
fn GetDirectCallerName(&self) -> Result<BSTR>;
fn GetDirectCreatorName(&self) -> Result<BSTR>;
fn GetOriginalCallerName(&self) -> Result<BSTR>;
fn GetOriginalCreatorName(&self) -> Result<BSTR>;
}
Required Methods§
fn GetDirectCallerName(&self) -> Result<BSTR>
fn GetDirectCreatorName(&self) -> Result<BSTR>
fn GetOriginalCallerName(&self) -> Result<BSTR>
fn GetOriginalCreatorName(&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.