Struct serde_path_to_error::Track[][src]

pub struct Track { /* fields omitted */ }
Expand description

State for bookkeeping across nested deserializer calls.

You don’t need this if you are using serde_path_to_error::deserializer. If you are managing your own Deserializer, see the usage example on Deserializer.

Implementations

Empty state with no error having happened yet.

Gets path at which the error occurred. Only meaningful after we know that an error has occurred. Returns an empty path otherwise.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.