PrefixIter

Type Alias PrefixIter 

Source
pub type PrefixIter<'a> = NamespaceBindingsIter<'a>;
๐Ÿ‘ŽDeprecated: Use NamespaceBindingsIter instead. This alias will be removed in 0.40.0
Expand description

The previous name for NamespaceBindingsIter.

Aliased Typeยง

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