Function frunk_core::labelled::into_labelled_generic

source ยท
pub fn into_labelled_generic<Src, Repr>(src: Src) -> Repr
where Src: LabelledGeneric<Repr = Repr>,
Expand description

Given a Src, returns its labelled generic representation.