pub unsafe trait WeakPtrTarget { }
Expand description
Trait bound for types which may be used as the T
inside of a WeakPtr<T>
in generic code.
This trait has no publicly callable or implementable methods. Implementing it outside of the CXX codebase is not supported.
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.