Closed ilyavennik closed 3 years ago
Is this useful for you? I'm not opposed to adding it if you like
Many libraries provide the both ability to construct and deconstruct. For example, I needed to unwrap a library abstraction into raw types to perform low-level calibration, and then, build abstraction type again.
I added a new method
into_inner
.