pub trait CoreProxy: Sealed {
type Core;
}
Expand description
A proxy trait to a core type implemented by CoreWrapper
Required Associated Types
Type wrapped by CoreWrapper
.
pub trait CoreProxy: Sealed {
type Core;
}
A proxy trait to a core type implemented by CoreWrapper
Type wrapped by CoreWrapper
.