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

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

Required Methods§

Implementations on Foreign Types§

Implementors§