Function frunk::generic::into_generic

source ·
pub fn into_generic<Src, Repr>(src: Src) -> Reprwhere
    Src: Generic<Repr = Repr>,
Expand description

Given a value of type Src, returns its generic representation Repr.