When https://github.com/tcdi/pgrx/pull/1147 merges over in pgrx land, and is released, we'll need to update plrust-trusted-pgrx to bring in the new ArraySliceError type, then it'll be possible to use array slices for primitive types (i8/16/32/64, f32/64).
When https://github.com/tcdi/pgrx/pull/1147 merges over in pgrx land, and is released, we'll need to update
plrust-trusted-pgrx
to bring in the newArraySliceError
type, then it'll be possible to use array slices for primitive types (i8/16/32/64, f32/64).