Trait pdf::object::ToDict

source ·
pub trait ToDict: ObjectWrite {
    // Required method
    fn to_dict(&self, update: &mut impl Updater) -> Result<Dictionary>;
}

Required Methods§

source

fn to_dict(&self, update: &mut impl Updater) -> Result<Dictionary>

Object Safety§

This trait is not object safe.

Implementors§