pub type IntoBoxed<'a, Source, DB> = <Source as BoxedDsl<'a, DB>>::Output;
Represents the return type of .into_boxed::<'a, DB>()
.into_boxed::<'a, DB>()