byte_type
byte_type copied to clipboard
Feat: Lazily encode/decode `SizedType<T>` via `Viewable<T>` interface
Just a tracking issue.
- [ ] Add
Viewable<T>interface to all compound types - [ ] Allow for recursive lazy encoding/decode when subtypes also implement
Viewable<T>