[][src]Trait gtfs_structures::Type

pub trait Type {
    fn object_type(&self) -> ObjectType;
}

Required methods

fn object_type(&self) -> ObjectType

Loading content...

Implementors

impl Type for Agency[src]

impl Type for Calendar[src]

impl Type for FareAttribute[src]

impl Type for RawTrip[src]

impl Type for Route[src]

impl Type for Shape[src]

impl Type for Stop[src]

impl Type for Trip[src]

Loading content...