(&self)
| 10 | type ToEntity = super::filling::Entity; |
| 11 | |
| 12 | fn link(&self) -> Vec<RelationDef> { |
| 13 | vec![ |
| 14 | super::cake_filling::Relation::Cake.def().rev(), |
| 15 | super::cake_filling::Relation::Filling.def(), |
| 16 | ] |
| 17 | } |
| 18 | } |
| 19 | |
| 20 | #[derive(Debug)] |
no outgoing calls
no test coverage detected