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