[][src]Function frunk::labelled::labelled_convert_from

pub fn labelled_convert_from<Src, Dst, Repr>(src: Src) -> Dst where
    Dst: LabelledGeneric<Repr = Repr>,
    Src: LabelledGeneric<Repr = Repr>, 

Converts one type into another assuming they have the same labelled generic representation.