Function frunk::hlist::lift_from

source ·
pub fn lift_from<I, T, PF>(part: T) -> PF
where PF: LiftFrom<T, I>,
Expand description

Free function version of LiftFrom::lift_from.