Trait libimagcontact::contact::Contact [] [src]

pub trait Contact: Ref {
    fn is_contact(&self) -> Result<bool>;
fn get_contact_data(&self) -> Result<ContactData>; }

Trait to be implemented on ::libimagstore::store::Entry

Based on the functionality from libimagentryref, for fetching the Ical data from disk

Required Methods

Implementations on Foreign Types

impl Contact for Entry
[src]

Implementors