Module refraction::conv [] [src]

These lenticuloids handle lossless conversions via the standard library traits Into, AsRef and AsMut.

Structs

Conv

An isomorphism family that handles lossless conversions by owned value.

ConvMut

An isomorphism family that handles lossless conversions by mutable reference.

ConvRef

An isomorphism family that handles lossless conversions by shared reference.