Merge pull request #233 from dongzl/patch-4

Fix content error.
This commit is contained in:
Sunface 2022-05-06 09:21:46 +08:00 committed by GitHub
commit b667d8ee32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ pub trait CacheableItem: Clone + Default + fmt::Debug + Decodable + Encodable {
}
```
相比 `AsRef<[u8]> + Clone + fmt::Debug + Eq + Hash` `Address` 的使用可以极大的少其它类型在实现该特征时所需的模版代码.
相比 `AsRef<[u8]> + Clone + fmt::Debug + Eq + Hash` `Address` 的使用可以极大的少其它类型在实现该特征时所需的模版代码.
1. 🌟🌟🌟
```rust,editable
@ -268,4 +268,4 @@ fn main() {
}
```
> You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it :)
> You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it :)