pub unsafe trait UntypedOwnedProxyWrapper: Clone { }Expand description
A transparent wrapper around UntypedOwnedProxy.
§Safety
This type must be a transparent wrapper around UntypedOwnedProxy.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.