Trait feed::FromUrl [] [src]

pub trait FromUrl {
    fn from_url(url: &str) -> Result<Channel, String>;
}

From Url function for Channel

Required Methods

Construct a Channel from a Url.

Implementors