Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💥 Change trait bounds `impl<T: Deref<Target = [u8]>> Chunk for (Chunk…
…Type, T)` to `impl<T: AsRef<[u8]>> Chunk for (ChunkType, T)`
- Loading branch information