Skip to main content

Module position

Module position 

Source
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§

InputPath
Path to the value that failed deserialization.

Enums§

PathSegment
One step in an InputPath: map key or list index.