Trait feed::EnclosureGetters [] [src]

pub trait EnclosureGetters {
    fn url(&self) -> String;
    fn length(&self) -> String;
    fn mime_type(&self) -> String;
}

The Getter functions for Enclosure

Required Methods

Get the url that exists under Enclosure.

Get the length that exists under Enclosure.

Get the enclosure type that exists under Enclosure.

Implementors