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