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

Automatically implemented by ObjectSubclass variants of wrapper!

Required Associated Types§

Implementations on Foreign Types§

§

impl ObjectSubclassIs for WriteOutputStream

§

type Subclass = WriteOutputStream

§

impl ObjectSubclassIs for ReadInputStream

§

type Subclass = ReadInputStream

Implementors§

§

impl ObjectSubclassIs for BoxedAnyObject

§

type Subclass = BoxedAnyObject