Struct serde_yaml::Location[][src]

pub struct Location { /* fields omitted */ }

This type represents the location that an error occured.

Methods

impl Location
[src]

The byte index of the error

The line of the error

The column of the error

Trait Implementations

impl Debug for Location
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Location

impl Sync for Location