[go: up one dir, main page]

unty

Function 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.