sitemap_iter

Enum Error

source
pub enum Error {
    UrlsetMissing,
    Parse(Error),
}

Variants§

§

UrlsetMissing

The mandatory <urlset> tag is missing.

You maybe don’t have a sitemap.

§

Parse(Error)

Trait Implementations§

source§

impl Clone for Error

source§

fn clone(&self) -> Error

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§