[][src]Trait libimagdiary::is_in_diary::IsInDiary

pub trait IsInDiary {
    fn is_in_diary(&self, name: &str) -> bool;
fn is_a_diary_entry(&self) -> bool; }

Required Methods

Implementations on Foreign Types

impl IsInDiary for Entry
[src]

impl IsInDiary for StoreId
[src]

Implementors