Trait feed::SourceGetters [] [src]

pub trait SourceGetters {
    fn url(&self) -> String;
    fn title(&self) -> Option<String>;
}

The Getter functions for Source

Required Methods

Get the url that exists under Source.

Get the source that exists under Source.

Implementors