pub trait Declarer: Sealed {
type DerefTarget<T: GodotClass>: GodotClass;
}
Expand description
Trait that specifies who declares a given GodotClass
.
Required Associated Types§
type DerefTarget<T: GodotClass>: GodotClass
Object Safety§
This trait is not object safe.