Fix: Make IntoStoreId public
This commit is contained in:
parent
3b51328aa7
commit
69bebfcfc0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ pub type StoreId = PathBuf;
|
|||
|
||||
/// This Trait allows you to convert various representations to a single one
|
||||
/// suitable for usage in the Store
|
||||
trait IntoStoreId {
|
||||
pub trait IntoStoreId {
|
||||
fn into_storeid(self) -> StoreId;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue