Change trait "object safe" terminology to "dyn compatible" #535
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Rust more broadly is adopting this terminology change: rust-lang/rust#130852
We should update our
Trait
data model to use the new terminology in its properties.To avoid hard breakage, this should be a two-step process:
dyn_compatible: Boolean!
property that has identical data to the existingobject_safe: Boolean!
propertyobject_safe
propertyThe text was updated successfully, but these errors were encountered: