Expand description
Location paths for deserialization errors (e.g. config.toml:7:[server][host]).
Requires the serde or rkyv feature.
Source locations for deserialization errors.
Built incrementally while decoding nested maps and lists. Display format:
filename:line:[key][index]… (each part optional).
Structs§
- Input
Path - Path to the value that failed deserialization.
Enums§
- Path
Segment - One step in an
InputPath: map key or list index.