pub unsafe trait ObjectSubclassIs: IsClass {
    type Subclass: ObjectSubclass;
}
Expand description

Automatically implemented by ObjectSubclass variants of wrapper!

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§

source§

impl ObjectSubclassIs for BoxedAnyObject

§

type Subclass = BoxedAnyObject