impl_godot_as_self

Macro impl_godot_as_self 

Source
macro_rules! impl_godot_as_self {
    ($T:ty: $Passing:ident) => { ... };
    (@to_godot $T:ty: ByValue) => { ... };
    (@to_godot $T:ty: ByRef) => { ... };
}