Trait diesel::query_dsl::BoxedDsl [] [src]

pub trait BoxedDsl<'a, DB> {
    type Output;
    fn internal_into_boxed(self) -> Self::Output;
}

Associated Types

Required Methods

Implementors