Trait leetcode_tui_rs::migrations::sea_orm::RelationTrait
source · pub trait RelationTrait: IntoEnumIterator + Debug + 'static {
// Required method
fn def(&self) -> RelationDef;
}
Expand description
Defines the relations of an Entity
Required Methods§
sourcefn def(&self) -> RelationDef
fn def(&self) -> RelationDef
The method to call