Trait IUpdate4_Impl
pub trait IUpdate4_Impl: IUpdate3_Impl {
// Required method
fn PerUser(&self) -> Result<VARIANT_BOOL>;
}
Required Methods§
fn PerUser(&self) -> Result<VARIANT_BOOL>
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.