-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename Buffers::bind to collect; remove TryFrom impls for buffers
Remove TryFrom impls for buffer types. Rename Buffers::bind to Buffers::collect and BindBuffers to FromBuffers; make them return Option instead of Result. Add Buffer(Mut)::collect methods to replace the TryFrom impls for arrays of slices.
- Loading branch information
Showing
4 changed files
with
135 additions
and
242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.