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

pub trait Contact {
    fn is_contact(&self) -> Result<bool>;
fn deser(&self) -> Result<DeserVcard>; }

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

Required methods

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

fn deser(&self) -> Result<DeserVcard>

Loading content...

Implementations on Foreign Types

impl Contact for Entry[src]

Loading content...

Implementors

Loading content...