Trait diesel::BelongingToDsl [] [src]

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

Associated Types

Required Methods

fn belonging_to(other: &T) -> Self::Output

Implementors