pub fn into_generic<Src, Repr>(src: Src) -> Reprwhere Src: Generic<Repr = Repr>,
Given a value of type Src, returns its generic representation Repr.
Src
Repr