[][src]Trait libimagdiary::diaryid::FromStoreId

pub trait FromStoreId: Sized {
    fn from_storeid(_: &StoreId) -> Result<Self>;
}

Required methods

fn from_storeid(_: &StoreId) -> Result<Self>

Loading content...

Implementors

impl FromStoreId for DiaryId[src]

Loading content...