pub struct PdfWriter;Expand description
Serializes a PdfContext back to PDF bytes.
Implementations§
Source§impl PdfWriter
impl PdfWriter
Sourcepub fn serialize_to_buffer(context: &PdfContext) -> Vec<u8> ⓘ
pub fn serialize_to_buffer(context: &PdfContext) -> Vec<u8> ⓘ
Serialize the context to a PDF byte buffer.
Auto Trait Implementations§
impl Freeze for PdfWriter
impl RefUnwindSafe for PdfWriter
impl Send for PdfWriter
impl Sync for PdfWriter
impl Unpin for PdfWriter
impl UnsafeUnpin for PdfWriter
impl UnwindSafe for PdfWriter
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