Trait feed::CategoryGetters [] [src]

pub trait CategoryGetters {
    fn name(&self) -> String;
    fn domain(&self) -> Option<String>;
}

The Getter functions for Category

Required Methods

Get the category that exists under Category.

Get the optional domain that exists under Category.

Implementors