1 2 3 4 5 6 7
use appdb::Relation; #[derive(Relation)] #[relation(other = "edge_name")] struct InvalidRelation; fn main() {}