Struct gtfs_structures::ReferenceError[][src]

pub struct ReferenceError {
    pub id: String,
}

Fields

Trait Implementations

impl Debug for ReferenceError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations