pub trait ThermalPrinterExt<R: Runtime> {
// Required method
fn thermal_printer(&self) -> &ThermalPrinter<R>;
}Expand description
Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the thermal-printer APIs.
pub trait ThermalPrinterExt<R: Runtime> {
// Required method
fn thermal_printer(&self) -> &ThermalPrinter<R>;
}Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the thermal-printer APIs.