Crate transit_model_relations

Source
Expand description

Modeling the relations between objects.

Structs§

ManyToMany
A many to many relation, i.e. a T can have multiple U, and vice versa.
OneToMany
A one to many relation, i.e. to one T corresponds many U, and a U has one corresponding T.

Traits§

Relation
An object linking 2 types together.

Type Aliases§

Error
The error type used by the crate.
IdxSet
A set of Idx<T>
Result
The corresponding result type used by the crate.