Struct gdnative_core::object::Null
source · pub struct Null<T>(_);Expand description
Represents an explicit null reference in method arguments. This works around type inference
issues with Option. You may create Nulls with Null::null or GodotObject::null.