pub trait Writer<'a> {
// Required method
fn start(obj: Obj<'a>) -> Self;
}
Expand description
A writer for a specific type of PDF object.
Required Methods§
Object Safety§
This trait is not object safe.
pub trait Writer<'a> {
// Required method
fn start(obj: Obj<'a>) -> Self;
}
A writer for a specific type of PDF object.