pub type Result<T> = Result<T, PrinterError>;Expand description
Result type used throughout the library
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(PrinterError),
}pub type Result<T> = Result<T, PrinterError>;Result type used throughout the library
pub enum Result<T> {
Ok(T),
Err(PrinterError),
}