Struct dwprod::Options [] [src]

pub struct Options { /* fields omitted */ }

A builder for configuring dwprod.

Methods

impl Options
[src]

[src]

Construct a new Options for the shared library or executable at the given path.

[src]

Finish configuring and get an iterator over the DW_AT_producers in the compilation units of the configured files.

Trait Implementations

impl Default for Options
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Options
[src]

[src]

Formats the value using the given formatter.