Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
impl Related<super::fruit::Entity> for Entity {
32
fn to() -> RelationDef {
33
Relation::Fruit.def()
34
}
35
}
36
37
impl Related<super::filling::Entity> for Entity {
Callers
2
def
Method · 0.45
start
Function · 0.45
Calls
1
def
Method · 0.45
Tested by
no test coverage detected