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

Method to

examples/seaography_example/migration/src/entity/bakery.rs:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23impl Related<super::baker::Entity> for Entity {
24 fn to() -> RelationDef {
25 Relation::Baker.def()
26 }
27}
28
29impl Related<super::cake::Entity> for Entity {

Callers

nothing calls this directly

Calls 1

defMethod · 0.45

Tested by

no test coverage detected