Type Definition diesel::dsl::IntoBoxed[][src]

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

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