Trait gdnative_visual_script::common::init::PropertyGetter[]

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

Required Methods

Implementations on Foreign Types

impl<C, T> PropertyGetter<C, T> for () where
    C: NativeClass,
    T: ToVariant

Implementors