Struct lopdf::Dictionary [] [src]

pub struct Dictionary(_);

Methods

impl Dictionary
[src]

Trait Implementations

impl Debug for Dictionary
[src]

Formats the value using the given formatter.

impl<'a> IntoIterator for &'a Dictionary
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more