Skip to main content

ManyToManyThrough

Trait ManyToManyThrough 

Source
pub trait ManyToManyThrough {
    type Through;
}

Required Associated Types§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

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

Source§

type Through = Through