pub trait IImgCreateErrorInfo_Impl: Sized + ICreateErrorInfo_Impl {
    // Required method
    fn AttachToErrorInfo(&self, perrorinfo: *mut ImgErrorInfo) -> Result<()>;
}

Required Methods§

fn AttachToErrorInfo(&self, perrorinfo: *mut ImgErrorInfo) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§