logo
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