windows::Win32::Graphics::Printing

Trait IXpsRasterizerNotificationCallback_Impl

pub trait IXpsRasterizerNotificationCallback_Impl: IUnknownImpl {
    // Required method
    fn Continue(&self) -> Result<()>;
}

Required Methods§

fn Continue(&self) -> 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.

Implementors§