Trait gdnative_core::object::SubClass[][src]

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

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

impl<T: GodotObject> SubClass<T> for T[src]

Loading content...