Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* slices from plane refs can last as long as the borrow from the plane, not the slice itself. This makes signatures similar to `fn plane<F: Frame>(frame: F) -> &[u8]` possible. * allow `ConsecutiveFrame`s to be cloned if the underlying storage is cloneable, e.g. if it's just a slice.
- Loading branch information