Expand description

Marker types to express the memory management method of Godot types.

Enums

Marker that indicates that a type is manually managed.
Marker that indicates that a type is reference-counted.

Traits

Trait to parameterize over the memory management markers ManuallyManaged and RefCounted.