Skip to content

Conversation

joshlf
Copy link
Member

@joshlf joshlf commented Feb 23, 2024

#[derive(FromBytes)] implies #[derive(FromZeros)], which implies #[derive(TryFromBytes)].

Closes #925

@joshlf joshlf requested a review from jswrenn February 23, 2024 03:48
`#[derive(FromBytes)]` implies `#[derive(FromZeros)]`, which implies
`#[derive(TryFromBytes)]`.

Closes #925
@joshlf joshlf force-pushed the derive-imply-super-traits branch from 02662fa to 11ced18 Compare February 23, 2024 05:01
@joshlf joshlf marked this pull request as ready for review February 23, 2024 05:05
@joshlf joshlf enabled auto-merge February 23, 2024 13:39
@joshlf joshlf added this pull request to the merge queue Feb 23, 2024
Merged via the queue into main with commit af684c0 Feb 23, 2024
@joshlf joshlf deleted the derive-imply-super-traits branch February 23, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

derive(FromBytes) should implicitly derive FromZeros and TryFromBytes
2 participants