Struct pdb::StreamNames [] [src]

pub struct StreamNames<'s> { /* fields omitted */ }

A list of named streams contained within the PDB file.

Call StreamNames::iter to iterate over the names. The iterator produces StreamName objects.

Methods

impl<'s> StreamNames<'s>
[src]

[src]

Return an iterator over named streams and their stream indices.

Trait Implementations

impl<'s> Debug for StreamNames<'s>
[src]

[src]

Formats the value using the given formatter.