pub trait IITEncoder_Impl: Sized + IDispatch_Impl {
// Required methods
unsafe fn Name(&self, Name: *mut BSTR) -> HRESULT;
unsafe fn Format(&self, Format: *mut BSTR) -> HRESULT;
}Required Methods§
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.