dxr 0.8.0

Declarative XML-RPC
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: Deriving TryFromValue is not possible for structs that contain dynamically sized arrays, as they don't implement Sized. Try using a Vec here.
 --> tests/trybuild/slice.rs:5:12
  |
5 |     slice: [i32],
  |            ^^^^^

error: Deriving TryToValue is not possible for structs that contain dynamically sized arrays, as they don't implement Sized. Try using a Vec or slice reference here.
 --> tests/trybuild/slice.rs:5:12
  |
5 |     slice: [i32],
  |            ^^^^^