"Object safety" is being renamed to "Dyn compatibility" in Rust: https://github.com/rust-lang/rust/issues/130852 It might make sense to adapt it here too in the next breaking release (or maybe earlier with a `pub use object_safe as dyn_compatible`)
"Object safety" is being renamed to "Dyn compatibility" in Rust: rust-lang/rust#130852
It might make sense to adapt it here too in the next breaking release (or maybe earlier with a
pub use object_safe as dyn_compatible)