Skip to content

Implement Type for [u8; N] #1180

@madadam

Description

@madadam

I was trying to derive(Type) for a newtype containing [u8; 16] and it didn't work. It seems there is currently no impl for fixed-length arrays of u8. It would be useful to add them, especially now with const generics MVP landed one no longer has to write a separate impl for every array size.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions