Trait IImgCreateErrorInfo_Impl
pub trait IImgCreateErrorInfo_Impl: ICreateErrorInfo_Impl {
// Required method
fn AttachToErrorInfo(&self, perrorinfo: *mut ImgErrorInfo) -> Result<()>;
}
Required Methods§
fn AttachToErrorInfo(&self, perrorinfo: *mut ImgErrorInfo) -> Result<()>
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.