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

Method to

examples/seaography_example/migration/src/entity/baker.rs:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29impl Related<super::bakery::Entity> for Entity {
30 fn to() -> RelationDef {
31 Relation::Bakery.def()
32 }
33}
34
35impl Related<super::cake_baker::Entity> for Entity {

Callers

nothing calls this directly

Calls 1

defMethod · 0.45

Tested by

no test coverage detected