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]

[src]

Extends a collection with the contents of an iterator. Read more

impl<'a> Extend<UriMapping<'a>> for NamespaceStack
[src]

[src]

Extends a collection with the contents of an iterator. Read more

impl<'a, 'b> Extend<UriMapping<'b>> for CheckedTarget<'a>
[src]

[src]

Extends a collection with the contents of an iterator. Read more