pub unsafe trait SubClass<A: GodotObject>: GodotObject { }
Expand description

Marker trait for API types that are subclasses of another type. This trait is implemented by the bindings generator, and has no public interface. Users should not attempt to implement this trait.

Implementors§

source§

impl<T: GodotObject> SubClass<T> for T