pub fn from_generic<Dst, Repr>(repr: Repr) -> Dstwhere Dst: Generic<Repr = Repr>,
Given a generic representation Repr of a Dst, returns Dst.
Repr
Dst