pub unsafe trait PropertyGetter<C, T>where
C: NativeClass,
T: ToVariant,{
// Required method
unsafe fn as_godot_function(self) -> godot_property_get_func;
}
pub unsafe trait PropertyGetter<C, T>where
C: NativeClass,
T: ToVariant,{
// Required method
unsafe fn as_godot_function(self) -> godot_property_get_func;
}