pub trait CoreProxy: Sealed {
type Core;
}This is supported on crate feature
core-api only.Expand description
A proxy trait to a core type implemented by CoreWrapper
Associated Types
Type wrapped by CoreWrapper.
pub trait CoreProxy: Sealed {
type Core;
}core-api only.A proxy trait to a core type implemented by CoreWrapper
Type wrapped by CoreWrapper.