Skip to main content

CoreProxy

Trait CoreProxy 

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

A proxy trait to a core type implemented by CoreWrapper

Required Associated Types§

type Core

Type wrapped by CoreWrapper.

Implementors§