MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / to

Method to

examples/basic/src/example_cake.rs:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31impl Related<super::fruit::Entity> for Entity {
32 fn to() -> RelationDef {
33 Relation::Fruit.def()
34 }
35}
36
37impl Related<super::filling::Entity> for Entity {

Callers 2

defMethod · 0.45
startFunction · 0.45

Calls 1

defMethod · 0.45

Tested by

no test coverage detected