Struct rss::Source [] [src]

pub struct Source {
    pub url: String,
    pub title: Option<String>,
}

A representation of the <source> element.

Fields

url: String

The url of the source. This is the url attribute of the <source>.

title: Option<String>

The title of the source. This is the content of the <source>.