Trait godot::obj::bounds::Declarer

pub trait Declarer: Sealed {
    type DerefTarget<T: GodotClass>: GodotClass;
}
Expand description

Trait that specifies who declares a given GodotClass.

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§