Type Definition pdb::NameIter

source · []
pub type NameIter<'a, 'n> = Iter<'a, StreamName<'n>>;
Expand description

An iterator over StreamNames.