Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ def
Method
def
examples/basic/src/example_cake.rs:24–28 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
22
23
impl RelationTrait for Relation {
24
fn def(&self) -> RelationDef {
25
match self {
26
Self::Fruit => Entity::has_many(super::fruit::Entity).into(),
27
}
28
}
29
}
30
31
impl Related<super::fruit::Entity> for Entity {
Callers
15
to
Method · 0.45
to
Method · 0.45
to
Method · 0.45
via
Method · 0.45
to
Method · 0.45
to
Method · 0.45
to
Method · 0.45
via
Method · 0.45
to
Method · 0.45
via
Method · 0.45
to
Method · 0.45
to
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected