Skip to main content

CoreProxy

Trait CoreProxy 

Source
pub trait CoreProxy: Sealed {
    type Core;
}
Expand description

A proxy trait to a core type implemented by CoreWrapper

Required Associated Types§

Source

type Core

Type wrapped by CoreWrapper.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§