Trait diesel:: prelude:: BelongingToDsl
[−]
[src]
pub trait BelongingToDsl<T> { type Output: AsQuery; fn belonging_to(other: &T) -> Self::Output; }
pub trait BelongingToDsl<T> { type Output: AsQuery; fn belonging_to(other: &T) -> Self::Output; }
type Output: AsQuery
fn belonging_to(other: &T) -> Self::Output