pub trait QueueFree: GodotObject { }
Expand description
Manually managed Godot classes implementing queue_free
. This trait has no public
interface. See Ref::queue_free
.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.