Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
impl Related<super::cake::Entity> for Entity {
83
fn to() -> RelationDef {
84
Relation::Cake.def()
85
}
86
}
87
88
impl ActiveModelBehavior for ActiveModel {}
Callers
1
def
Method · 0.45
Calls
1
def
Method · 0.45
Tested by
no test coverage detected