Trait sea_orm::entity::prelude::RelationTrait[][src]

pub trait RelationTrait: Iterable + Debug + 'static {
    fn def(&self) -> RelationDef;
}
Expand description

Constraints a type to implement the trait to create a relationship

Required methods

The method to call

Implementors