use transit_model::objects::*; use typed_index_collection::*; use transit_model_procmacro::*; use transit_model_relations::*; #[derive(GetCorresponding)] pub struct Model { #[get_corresponding(nonsupportedargument)] lines_to_routes: OneToMany, } fn main() {}