Struct sxd_document::Package [] [src]

pub struct Package { /* fields omitted */ }

The main entrypoint to an XML document

This is an opaque structure that stores the internal details of the XML document. Modify the document via as_document.

Methods

impl Package
[src]

Trait Implementations

impl PartialEq for Package
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Debug for Package
[src]

[src]

Formats the value using the given formatter.