Skip to main content

ManyToManyThrough

Trait ManyToManyThrough 

Source
pub trait ManyToManyThrough {
    type Through;
}

Required Associated Types§

Implementors§

Source§

impl<Parent, Child, Through> ManyToManyThrough for ManyToMany<Parent, Child, Through>

Source§

type Through = Through