Trait diesel::prelude::BelongingToDsl [] [src]

pub trait BelongingToDsl<T> {
    type Output: AsQuery;
    fn belonging_to(other: T) -> Self::Output;
}

Associated Types

Required Methods

Implementors