Type Definition diesel::dsl::IntoBoxed [−][src]
type IntoBoxed<'a, Source, DB> = <Source as BoxedDsl<'a, DB>>::Output;
Represents the return type of .into_boxed::<'a, DB>()
type IntoBoxed<'a, Source, DB> = <Source as BoxedDsl<'a, DB>>::Output;
Represents the return type of .into_boxed::<'a, DB>()