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

Method to

tests/common/bakery_chain/bakery.rs:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

defMethod · 0.45

Tested by

no test coverage detected