Trait ISmimeCapability_Impl
pub trait ISmimeCapability_Impl: IDispatch_Impl {
// Required methods
fn Initialize(
&self,
pobjectid: Ref<'_, IObjectId>,
bitcount: i32,
) -> Result<()>;
fn ObjectId(&self) -> Result<IObjectId>;
fn BitCount(&self) -> Result<i32>;
}
Required Methods§
fn Initialize(&self, pobjectid: Ref<'_, IObjectId>, bitcount: i32) -> Result<()>
fn ObjectId(&self) -> Result<IObjectId>
fn BitCount(&self) -> Result<i32>
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.