Type Alias diesel::helper_types::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>()
pub type IntoBoxed<'a, Source, DB> = <Source as BoxedDsl<'a, DB>>::Output;
Represents the return type of .into_boxed::<'a, DB>()