Trait gdnative_core::object::ownership::LocalThreadOwnership
source · [−]pub trait LocalThreadOwnership: Ownership { }
Expand description
Trait to parametrize over the ownership markers that are local to the current thread:
Unique
and ThreadLocal
.