pub fn map_repr<Origin, Mapper>(val: Origin, mapper: Mapper) -> Origin
Expand description
Maps a value of a given type Origin
using a function on
the representation type Repr
of Origin
.
pub fn map_repr<Origin, Mapper>(val: Origin, mapper: Mapper) -> Origin
Maps a value of a given type Origin
using a function on
the representation type Repr
of Origin
.