pub trait CoreProxy: Sealed {
type Core;
}Expand description
A proxy trait to a core type implemented by CoreWrapper
Required Associated Types§
Sourcetype Core
type Core
Type wrapped by CoreWrapper.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".