pub enum CodeToPdfError {
Io(Error),
Font(&'static str),
EmptyInput,
}Expand description
Error type for PDF generation
Variants§
Trait Implementations§
Source§impl Debug for CodeToPdfError
impl Debug for CodeToPdfError
Auto Trait Implementations§
impl !RefUnwindSafe for CodeToPdfError
impl !UnwindSafe for CodeToPdfError
impl Freeze for CodeToPdfError
impl Send for CodeToPdfError
impl Sync for CodeToPdfError
impl Unpin for CodeToPdfError
impl UnsafeUnpin for CodeToPdfError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more