Type Definition xml::namespace::UriMapping
[−]
[src]
type UriMapping<'a> = (&'a str, &'a str);
A type alias for a pair of (prefix, uri)
values returned by namespace iterators.
Trait Implementations
impl<'a> Extend<UriMapping<'a>> for Namespace
[src]
fn extend<T>(&mut self, iterable: T) where
T: IntoIterator<Item = UriMapping<'a>>,
[src]
T: IntoIterator<Item = UriMapping<'a>>,
Extends a collection with the contents of an iterator. Read more
impl<'a> Extend<UriMapping<'a>> for NamespaceStack
[src]
fn extend<T>(&mut self, iterable: T) where
T: IntoIterator<Item = UriMapping<'a>>,
[src]
T: IntoIterator<Item = UriMapping<'a>>,
Extends a collection with the contents of an iterator. Read more
impl<'a, 'b> Extend<UriMapping<'b>> for CheckedTarget<'a>
[src]
fn extend<T>(&mut self, iterable: T) where
T: IntoIterator<Item = UriMapping<'b>>,
[src]
T: IntoIterator<Item = UriMapping<'b>>,
Extends a collection with the contents of an iterator. Read more