Trait gdnative_visual_script::common::init::PropertySetter[]

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

Required Methods

Implementations on Foreign Types

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

Implementors