Type Alias diesel::dsl::IntoBoxed

source ·
pub type IntoBoxed<'a, Source, DB> = <Source as BoxedDsl<'a, DB>>::Output;
Expand description

Represents the return type of .into_boxed::<'a, DB>()