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.