pub trait ProxyTrait:
    ProxyObjBase
    + Sized
    + ProxyTrait
    + ProxyTrait
    + ProxyTrait
    + ProxyTrait { }

Object Safety§

This trait is not object safe.

Implementors§