pub unsafe trait ToNet: Net + ToNetReturn { }
Expand description
§Safety
This trait is implemented for Rust types which can be sent to .net code.
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.