[][src]Type Definition transit_model::netex_utils::Frames

type Frames<'a> = HashMap<FrameType, Vec<&'a Element>>;

Map of frames, categorized by FrameType. Multiple frames of the same type can exist, they're stored in a Vec.