ref-into

Something between Into and AsRef.

Can be used when conversion is needed but moving the initial variable is undesired.

See examples/example.rs for usage.