Remove AsRef<Path> for StoreId
This commit is contained in:
parent
30a76d57f6
commit
bcd917055d
1 changed files with 0 additions and 8 deletions
|
@ -87,14 +87,6 @@ impl From<String> for StoreId {
|
|||
|
||||
}
|
||||
|
||||
impl AsRef<Path> for StoreId {
|
||||
|
||||
fn as_ref(&self) -> &Path {
|
||||
self.id.as_ref()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/// This Trait allows you to convert various representations to a single one
|
||||
/// suitable for usage in the Store
|
||||
pub trait IntoStoreId {
|
||||
|
|
Loading…
Reference in a new issue