Trait gtfs_structures::Type

source ·
pub trait Type {
    fn object_type(&self) -> ObjectType;
}
Expand description

Trait to introspect what is the object’s type (stop, route…)

Required Methods§

What is the type of the object

Implementations on Foreign Types§

Implementors§