pub type IntoBoxedClone<'a, Source, DB> = <Source as BoxedCloneDsl<'a, DB>>::Output;Expand description
Represents the return type of .into_boxed_clone::<'a, DB>()
pub type IntoBoxedClone<'a, Source, DB> = <Source as BoxedCloneDsl<'a, DB>>::Output;Represents the return type of .into_boxed_clone::<'a, DB>()