Function frunk_core::generic::map_repr[][src]

pub fn map_repr<Origin, Mapper>(val: Origin, mapper: Mapper) -> Origin where
    Origin: Generic,
    Mapper: FnOnce(Origin::Repr) -> Origin::Repr

Maps a value of a given type Origin using a function on the representation type Repr of Origin.