[][src]Trait libimagentrycategory::category::Category

pub trait Category {
    fn is_category(&self) -> Result<bool>;
fn get_name(&self) -> Result<String>;
fn get_entries<'a>(
        &self,
        store: &'a Store
    ) -> Result<CategoryEntryIterator<'a>>; }

Required methods

fn is_category(&self) -> Result<bool>

fn get_name(&self) -> Result<String>

fn get_entries<'a>(&self, store: &'a Store) -> Result<CategoryEntryIterator<'a>>

Loading content...

Implementations on Foreign Types

impl Category for Entry[src]

Loading content...

Implementors

Loading content...