Enum sitemap::Error [] [src]

pub enum Error {
    XmlWriteError(Error),
    Invalid(String),
}

Sitemap errors

Variants

Unable to write data into writer

Error

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

[src]

Performs the conversion.