windows::Devices::PointOfService

Trait IPosPrinterJob_Impl

pub trait IPosPrinterJob_Impl: IUnknownImpl {
    // Required methods
    fn Print(&self, data: &HSTRING) -> Result<()>;
    fn PrintLine(&self, data: &HSTRING) -> Result<()>;
    fn PrintNewline(&self) -> Result<()>;
    fn ExecuteAsync(&self) -> Result<IAsyncOperation<bool>>;
}

Required Methods§

fn Print(&self, data: &HSTRING) -> Result<()>

fn PrintLine(&self, data: &HSTRING) -> Result<()>

fn PrintNewline(&self) -> Result<()>

fn ExecuteAsync(&self) -> Result<IAsyncOperation<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.

Implementors§