Struct pdf_writer::TypedDict[][src]

pub struct TypedDict<'a, T> { /* fields omitted */ }
Expand description

Writer for a dictionary mapping to a fixed primitive type.

Implementations

Wrap a dictionary to make it type-safe.

The number of written pairs.

Write a key-value pair.

Write a sequence of key-value pairs.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.