Type Alias PrefixIter

Source
pub type PrefixIter<'a> = NamespaceBindingsIter<'a>;
Expand description

The previous name for NamespaceBindingsIter.

Aliased Typeยง

pub struct PrefixIter<'a> { /* private fields */ }