Function frunk_core::generic::convert_from [] [src]

pub fn convert_from<A, B, Repr>(a: A) -> B where
    A: Generic<Repr = Repr>,
    B: Generic<Repr = Repr>, 

Converts one type into another assuming they have the same generic Representation