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

Method to

examples/basic/src/example_fruit.rs:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81
82impl Related<super::cake::Entity> for Entity {
83 fn to() -> RelationDef {
84 Relation::Cake.def()
85 }
86}
87
88impl ActiveModelBehavior for ActiveModel {}

Callers 1

defMethod · 0.45

Calls 1

defMethod · 0.45

Tested by

no test coverage detected