frunk_core::labelled

Function 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.