Closed this issue 9 months ago · 1 comments
Could you implement Encode and Decode for Box<[T]> where T: Encode and T: Decode? Thanks
Box<[T]>
T: Encode
T: Decode
Note that future support would have to go through Sequence and/or an attribute since we want to keep the [u8] impls for Encode / Decode.
Sequence