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.