pub(crate) trait Region:
Debug
+ Hash
+ Eq
+ PartialEq
+ Copy
+ Clone { }Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub(crate) trait Region:
Debug
+ Hash
+ Eq
+ PartialEq
+ Copy
+ Clone { }This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".