[][src]Trait libimagstore::storeid::IntoStoreId

pub trait IntoStoreId {
    fn into_storeid(self) -> Result<StoreId>;
}

This Trait allows you to convert various representations to a single one suitable for usage in the Store

Required methods

Loading content...

Implementations on Foreign Types

impl IntoStoreId for PathBuf[src]

Loading content...

Implementors

impl IntoStoreId for StoreId[src]

Loading content...