Function unty::unty

source ·
pub unsafe fn unty<Src, Target: 'static>(x: Src) -> Result<Target, Src>
Expand description

Untypes your types. For documentation see the root of this crate.

Safety

This should not be used with types with lifetimes.